rouazana commented on a change in pull request #396:
URL: https://github.com/apache/james-project/pull/396#discussion_r617503132
##########
File path: dockerfiles/run/guice/memory/Dockerfile
##########
@@ -22,7 +22,10 @@ RUN apt-get update && apt-get install -y unzip
# Get data we need to run James : build results and configuration
ADD destination/james-server-memory-guice.zip /root
-RUN unzip james-server-memory-guice.zip && cp -r
/root/james-server-memory-guice/* /root
+RUN unzip james-server-memory-guice.zip && \
+ cp -r /root/james-server-memory-guice/* /root && \
+ rm james-server-memory-guice.zip && \
+ rm -r james-server-memory-guice
Review comment:
oh right sorry for the noise. It's easily doable with tar but
unfortunately not with unzip.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]