chore(docker): disable apk cache (#10203)

Refs #10192 
Refs #10198
This commit is contained in:
Dmytro Bondar
2024-11-07 12:25:08 +01:00
committed by GitHub
parent 91b6e13bf1
commit 05b7aff80c

View File

@@ -4,7 +4,7 @@
FROM nginx:1.27.2-alpine FROM nginx:1.27.2-alpine
RUN apk update && apk add "nodejs" RUN apk add --update-cache --no-cache "nodejs"
LABEL maintainer="char0n" LABEL maintainer="char0n"