[
https://issues.apache.org/jira/browse/THRIFT-3908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15462662#comment-15462662
]
ASF GitHub Bot commented on THRIFT-3908:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/thrift/pull/1071
> 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)