archivebox: apparently gcc is required
This commit is contained in:
parent
f5692968f0
commit
33861ac143
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ ARG REPO_LOCATION
|
|||
|
||||
FROM ${REPO_LOCATION}minideb
|
||||
|
||||
RUN install_packages python3 python3-pip python3-setuptools \
|
||||
RUN install_packages gcc python3 python3-pip python3-setuptools \
|
||||
&& pip3 install archivebox \
|
||||
&& pip3 cache purge
|
||||
|
||||
|
|
Loading…
Reference in a new issue