Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall authored Oct 7, 2023
1 parent cb48c83 commit b340d9d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
FROM ghcr.io/linuxserver/nginx:latest@sha256:419b2e21873c8fd3144f9c8afa4787155744dad89ab7ade54b4f66b06ff36dfa

# Install custom packages.
RUN apk add --update nodejs npm \
RUN apk add --update nodejs npm docker gzip \
&& npm install -g terser \
&& apk add docker gzip \
&& addgroup -g 281 docker \
&& usermod -aG docker abc
&& addgroup -g 281 unraiddocker \
&& usermod -aG unraiddocker abc

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

0 comments on commit b340d9d

Please sign in to comment.