yaoliclshlmch 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_r249979416
########## 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: It is in Line 60. ---------------------------------------------------------------- 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
