Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Fix previous change
  • Loading branch information
austinwbest authored Sep 20, 2023
1 parent ec4aa8b commit 4c2e8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/linuxserver/nginx:latest@sha256:e7f7b9dc38312e6221159411d8767dfcf36

# Install custom packages.
RUN apk add --update nodejs npm gzip \
&& npm install -g terser
&& npm install -g terser \
&& apk add openssh-client-default

LABEL org.opencontainers.image.source = "https://github.com/Notifiarr/nginx"

0 comments on commit 4c2e8be

Please sign in to comment.