diff --git a/Dockerfile b/Dockerfile index b2c9ad3..1b90be2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ FROM ghcr.io/linuxserver/nginx:latest@sha256:e7f7b9dc38312e6221159411d8767dfcf366798629b89ba37c97a3783f7959b4 # Install custom packages. -RUN apk add --update nodejs npm gzip openssh-client-common \ +RUN apk add --update nodejs npm gzip \ && npm install -g terser + && apk add openssh-client-default LABEL org.opencontainers.image.source = "https://github.com/Notifiarr/nginx"