nwangtw commented on a change in pull request #3164: remove heron-core.tar.gz 
from docker image
URL: https://github.com/apache/incubator-heron/pull/3164#discussion_r249225536
 
 

 ##########
 File path: docker/dist/Dockerfile.dist.ubuntu14.04
 ##########
 @@ -35,7 +35,8 @@ ADD artifacts /heron
 WORKDIR /heron
 
 # run heron installer
-RUN /heron/heron-install.sh
+RUN /heron/heron-install.sh \
+    && rm -f /usr/local/heron/dist/heron-core.tar.gz
 
 Review comment:
   should "&& rm -f /heron/heron-install.sh \" be added as well?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to