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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to