Merge pull request #4026 from ilvar/fix-shrink-docker-image-size

Fix: clean up /tmp after Docker build
reviewable/pr4028/r1
Lauri Ojansivu 4 years ago committed by GitHub
commit 9a0f54f4fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfile

@ -309,6 +309,7 @@ RUN \
apt-get remove --purge -y ${BUILD_DEPS} && \
apt-get autoremove -y && \
npm uninstall -g api2html &&\
rm -R /tmp* && \
rm -R /var/lib/apt/lists/* && \
rm -R /home/wekan/.meteor && \
rm -R /home/wekan/app && \

Loading…
Cancel
Save