[
https://issues.apache.org/jira/browse/THRIFT-3908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15444624#comment-15444624
]
ASF GitHub Bot commented on THRIFT-3908:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/1071
THRIFT-3908 Remove redundant dependencies from Dockerfile
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-3908
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1071.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1071
----
commit 2df0677ff5c1e22becc294c9995483adeb0eb020
Author: Nobuaki Sukegawa <[email protected]>
Date: 2016-08-29T02:56:32Z
THRIFT-3908 Remove redundant dependencies from Dockerfile
----
> Remove redundant dependencies from Dockerfile
> ---------------------------------------------
>
> Key: THRIFT-3908
> URL: https://issues.apache.org/jira/browse/THRIFT-3908
> Project: Thrift
> Issue Type: Improvement
> Reporter: Aki Sukegawa
> Assignee: Aki Sukegawa
> Priority: Minor
>
> A Docker build step for apt-get mono often fails on CI due to unknown reasons.
> In an tentative attempt to alleviate this, we can remove unneeded apt
> packages and reduce download payload.
> For mono:
> * mono-complete was not necessary, mono-devel suffices
> * we do not use xbuild and gmcs
> Others:
> * rake was already available without gem install rake. Also this somehow
> caused problem on Ubuntu Xenial.
> * skip ruby doc for bundler as is often seen
> * update-alternative java was for previous versions of Ubuntu and resulted in
> error message because no alternative is there
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)