diff --git a/Dockerfile b/Dockerfile index 61661754e95..1dfafaaa5a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"