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 873f7d2 commit cb48c83
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 @@ -2,8 +2,9 @@
FROM ghcr.io/linuxserver/nginx:latest@sha256:419b2e21873c8fd3144f9c8afa4787155744dad89ab7ade54b4f66b06ff36dfa

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

Expand Down

0 comments on commit cb48c83

Please sign in to comment.