From 4aec070826adb0407a0b6efa5168964b99aadc86 Mon Sep 17 00:00:00 2001 From: Bram van Dartel Date: Mon, 6 Jan 2025 09:45:31 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aff59d5..9f73f4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,7 +65,6 @@ RUN apk add --no-cache \ && python3 -m pip install --no-cache-dir tzupdate \ && echo "**** cleanup ****" \ && apk del .build-deps \ - && pip cache purge \ && rm -rf /var/cache/apk/* /tmp/* /root/.cache # Setup nginx