You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2019/01/19 01:01:18 UTC

[GitHub] nwangtw commented on a change in pull request #3164: remove heron-core.tar.gz from docker image

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


With regards,
Apache Git Services