1
0
Fork 0

add missing yes flag

This commit is contained in:
Nick Sweeting 2020-08-13 23:43:02 -04:00
parent ffcb8ffdd4
commit fedbfda668

View file

@ -75,7 +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 \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*
# Install Node dependencies