Browse Source

remove dependencies of build packages

Martin Gabelmann 8 years ago
parent
commit
67d0036f62
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -60,6 +60,7 @@ RUN apt-get update -y && apt-get install -y ${BUILD_DEPS} && \
     \
     \
     # Cleanup
     # Cleanup
     apt-get remove --purge -y ${BUILD_DEPS} && \
     apt-get remove --purge -y ${BUILD_DEPS} && \
+    apt-get autoremove -y && \
     rm -R /var/lib/apt/lists/* /app /opt/app_build ~/.meteor && \
     rm -R /var/lib/apt/lists/* /app /opt/app_build ~/.meteor && \
     rm /install_meteor.sh
     rm /install_meteor.sh