Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Add ssh to container
  • Loading branch information
austinwbest authored Sep 19, 2023
1 parent f63d42f commit ec4aa8b
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,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"

0 comments on commit ec4aa8b

Please sign in to comment.