archivebox: clear cache

This commit is contained in:
Starbeamrainbowlabs 2021-06-27 14:16:25 +01:00
parent 15ff1e76d9
commit cb8e5f42c7
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ FROM ${REPO_LOCATION}minideb
RUN install_packages gcc python3 python3-dev python3-pip python3-setuptools \
&& pip3 install archivebox \
&& pip3 cache purge
&& rm -rf /root/.cache
USER 10200:10200