Fix: clean up /tmp after Docker build; drastically reduces docker image size 280 -> 180 MB

reviewable/pr4026/r1
Arcady Chumachenko 4 years ago
parent c42a8df65c
commit 1322c1fbbd
  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