mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
remove dependencies of build packages
This commit is contained in:
parent
8644d3c5f3
commit
67d0036f62
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ RUN apt-get update -y && apt-get install -y ${BUILD_DEPS} && \
|
|||
\
|
||||
# Cleanup
|
||||
apt-get remove --purge -y ${BUILD_DEPS} && \
|
||||
apt-get autoremove -y && \
|
||||
rm -R /var/lib/apt/lists/* /app /opt/app_build ~/.meteor && \
|
||||
rm /install_meteor.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue