archivebox: install setuptools with apt
This commit is contained in:
parent
d47422d7e4
commit
f5692968f0
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ ARG REPO_LOCATION
|
||||||
|
|
||||||
FROM ${REPO_LOCATION}minideb
|
FROM ${REPO_LOCATION}minideb
|
||||||
|
|
||||||
RUN install_packages python3 python3-pip \
|
RUN install_packages python3 python3-pip python3-setuptools \
|
||||||
&& pip3 install setuptools archivebox \
|
&& pip3 install archivebox \
|
||||||
&& pip3 cache purge
|
&& pip3 cache purge
|
||||||
|
|
||||||
USER 10200:10200
|
USER 10200:10200
|
||||||
|
|
Loading…
Reference in a new issue