archivebox: add python3-dev
This commit is contained in:
parent
33861ac143
commit
15ff1e76d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue