archivebox: add python3-dev

This commit is contained in:
Starbeamrainbowlabs 2021-06-27 14:06:33 +01:00
parent 33861ac143
commit 15ff1e76d9
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ARG REPO_LOCATION
FROM ${REPO_LOCATION}minideb
RUN install_packages gcc python3 python3-pip python3-setuptools \
RUN install_packages gcc python3 python3-dev python3-pip python3-setuptools \
&& pip3 install archivebox \
&& pip3 cache purge