Skip to content

Commit

Permalink
Forgot to remove universal_calibre archive from image after extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
crocodilestick committed Nov 8, 2024
1 parent b345c8d commit eecf9ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit eecf9ac

Please sign in to comment.