summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMartin Gabelmann <martin@gabelmann.biz>2017-01-17 20:03:36 +0100
committerMartin Gabelmann <martin@gabelmann.biz>2017-01-17 20:03:36 +0100
commit67d0036f62a97cdd75d00f6e0d7b28d029da6615 (patch)
tree12665578d20c37b3db1e1af7cfc897098af31767 /Dockerfile
parent8644d3c5f3100af7ba10e8168c5c341a05d4e784 (diff)
downloadwekan-67d0036f62a97cdd75d00f6e0d7b28d029da6615.tar.gz
wekan-67d0036f62a97cdd75d00f6e0d7b28d029da6615.tar.bz2
wekan-67d0036f62a97cdd75d00f6e0d7b28d029da6615.zip
remove dependencies of build packages
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index a35f9b0e..93cf72e0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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