Skip to content

Commit

Permalink
chore(docker): disable apk cache (#10203)
Browse files Browse the repository at this point in the history
Refs #10192 
Refs #10198
  • Loading branch information
bonddim authored Nov 7, 2024
1 parent 91b6e13 commit 05b7aff
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
Expand Up @@ -4,7 +4,7 @@

FROM nginx:1.27.2-alpine

RUN apk update && apk add "nodejs"
RUN apk add --update-cache --no-cache "nodejs"

LABEL maintainer="char0n"

Expand Down

0 comments on commit 05b7aff

Please sign in to comment.