Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Add mysql client
  • Loading branch information
austinwbest authored Sep 20, 2023
1 parent 4c2e8be commit 49551ae
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 @@ -4,6 +4,7 @@ FROM ghcr.io/linuxserver/nginx:latest@sha256:e7f7b9dc38312e6221159411d8767dfcf36
# Install custom packages.
RUN apk add --update nodejs npm gzip \
&& npm install -g terser \
&& apk add openssh-client-default
&& apk add openssh-client-default \
&& apk add mysql-client

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

0 comments on commit 49551ae

Please sign in to comment.