summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
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