Browse Source

autoremove uneeded after install

Nick Sweeting 5 years ago
parent
commit
ffcb8ffdd4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -75,6 +75,7 @@ RUN apt-get update -qq \
         build-essential \
     && grep -B 1000 -E '^$' "$CODE_DIR/archivebox.egg-info/requires.txt" | pip install --quiet -r /dev/stdin \
     && apt-get purge -y build-essential \
+    && apt-get autoremove \
     && rm -rf /var/lib/apt/lists/*
 
 # Install Node dependencies