1
0
Fork 0
mirror of synced 2024-06-22 04:10:30 +12: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