Explorar el Código

.devcontainer/Dockerfile, 3.49 GB image size

Martin Filser hace 3 años
padre
commit
19d204c7a8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .devcontainer/Dockerfile

+ 1 - 0
.devcontainer/Dockerfile

@@ -238,6 +238,7 @@ RUN set -o xtrace \
     gosu wekan:wekan node build.js && \
 
     # Cleanup
+    apt-get remove --purge --assume-yes ${BUILD_DEPS} && \
     apt-get clean -y && \
     apt-get autoremove -y && \
     rm -Rf /tmp/* && \