1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-27 16:20:05 +02:00

autoremove uneeded after install

This commit is contained in:
Nick Sweeting
2020-08-13 23:40:04 -04:00
parent 7e1b0d30b7
commit ffcb8ffdd4

View File

@@ -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