archivebox: install setuptools with apt

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

View File

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