autoremove uneeded after install
This commit is contained in:
parent
7e1b0d30b7
commit
ffcb8ffdd4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue