Skip to content

Commit 05b7aff

Browse files
author
Dmytro Bondar
authored
chore(docker): disable apk cache (#10203)
Refs #10192 Refs #10198
1 parent 91b6e13 commit 05b7aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
FROM nginx:1.27.2-alpine
66

7-
RUN apk update && apk add "nodejs"
7+
RUN apk add --update-cache --no-cache "nodejs"
88

99
LABEL maintainer="char0n"
1010

0 commit comments

Comments
 (0)