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

Fix: clean up /tmp after Docker build
This commit is contained in:
Lauri Ojansivu 2021-10-01 19:52:54 +03:00 committed by GitHub
commit 9a0f54f4fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 && \