archivebox depends on setuptools, but doesn't specify that

This commit is contained in:
Starbeamrainbowlabs 2021-06-27 13:57:05 +01:00
parent a0b467ac7b
commit d47422d7e4
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ARG REPO_LOCATION
FROM ${REPO_LOCATION}minideb
RUN install_packages python3 python3-pip \
&& pip3 install archivebox \
&& pip3 install setuptools archivebox \
&& pip3 cache purge
USER 10200:10200