From cb8e5f42c753524308777998ae3cba0a453167d5 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 27 Jun 2021 14:16:25 +0100 Subject: [PATCH] archivebox: clear cache --- images/archivebox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/archivebox/Dockerfile b/images/archivebox/Dockerfile index d1dab6f..63de794 100644 --- a/images/archivebox/Dockerfile +++ b/images/archivebox/Dockerfile @@ -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