Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Add gzip
  • Loading branch information
austinwbest authored Aug 29, 2023
1 parent e121178 commit cfa8d47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ghcr.io/linuxserver/nginx:latest@sha256:6116a59bb8d09055f9ae48126ea2a3bb5eb

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

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

0 comments on commit cfa8d47

Please sign in to comment.