You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by gi...@git.apache.org on 2017/08/09 03:40:03 UTC

[GitHub] zhaijack commented on a change in pull request #420: Issue 419: dockerfile - add script to get GPG_KEY

zhaijack commented on a change in pull request #420: Issue 419: dockerfile - add script to get GPG_KEY
URL: https://github.com/apache/bookkeeper/pull/420#discussion_r132084524
 
 

 ##########
 File path: docker/Dockerfile
 ##########
 @@ -31,7 +30,7 @@ ENV BK_USER=bookkeeper
 # Download Apache Bookkeeper, untar and clean up
 RUN set -x \
     && adduser "${BK_USER}" \
-    && yum install -y java-1.8.0-openjdk-headless wget bash python md5sum sha1sum sudo \
 
 Review comment:
   In the description there contains the reason: 
   Also delete yum install for md5sum and sha1sum, since they are already in coreutils, which is default installed;
   and left them here will report error: 'No Match for argument: md5sum/sha1sum', while 'yum remove' in docker build.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services