archivebox depends on setuptools, but doesn't specify that
This commit is contained in:
parent
a0b467ac7b
commit
d47422d7e4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ ARG REPO_LOCATION
|
||||||
FROM ${REPO_LOCATION}minideb
|
FROM ${REPO_LOCATION}minideb
|
||||||
|
|
||||||
RUN install_packages python3 python3-pip \
|
RUN install_packages python3 python3-pip \
|
||||||
&& pip3 install archivebox \
|
&& pip3 install setuptools archivebox \
|
||||||
&& pip3 cache purge
|
&& pip3 cache purge
|
||||||
|
|
||||||
USER 10200:10200
|
USER 10200:10200
|
||||||
|
|
Loading…
Reference in a new issue