mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fix: clean up /tmp after Docker build; drastically reduces docker image size 280 -> 180 MB
This commit is contained in:
parent
c42a8df65c
commit
1322c1fbbd
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue