Skip to content

Commit

Permalink
Slimming down docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Steiler committed Sep 21, 2023
1 parent a8be985 commit 5589ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV NODE_NO_WARNINGS=1
VOLUME /opt/icloud-photos-library

RUN apk update && \
apk add curl vim bash jq perl && \
apk add curl bash jq && \
rm -rf /var/cache/apk/*

# Applying fs patch for assets
Expand Down

0 comments on commit 5589ad4

Please sign in to comment.