From eecf9acd8b48b5b70fb53056c12f8425fb9fe6f9 Mon Sep 17 00:00:00 2001 From: crocodilestick <105450872+crocodilestick@users.noreply.github.com> Date: Fri, 8 Nov 2024 23:38:05 +0000 Subject: [PATCH] Forgot to remove universal_calibre archive from image after extraction --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6c09461..90ffcce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -175,6 +175,8 @@ RUN \ tar xf \ /calibre.txz -C \ /app/calibre && \ + # STEP 3.x - Delete calibre.txz to save space in final image + rm /calibre.txz && \ # STEP 3.5 - Store the UNIVERSAL_CALIBRE_RELEASE in the root of the image in CALIBRE_RELEASE echo $UNIVERSAL_CALIBRE_RELEASE > /CALIBRE_RELEASE