Skip to content

Commit

Permalink
fix: Add --no-cache flag to apk add command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragdata committed Jul 26, 2024
1 parent 15ea3c5 commit 400d65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM bash:alpine3.20

# install git
RUN apk -U upgrade && apk add git
RUN apk -U upgrade && apk add git --no-cache

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 400d65f

Please sign in to comment.