diff --git a/Dockerfile b/Dockerfile index 73907237447..53ff7af9c5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM nginx:1.25.4-alpine -RUN apk update && apk add "nodejs" && apk add --no-cache "libexpat>=2.6.0-r0" +RUN apk add "nodejs" LABEL maintainer="char0n"