add nginx module

This commit is contained in:
Jean-Christian Denis 2024-12-05 14:55:54 +01:00
parent 85feb1d514
commit 159487aeca
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951

View file

@ -29,7 +29,7 @@ RUN adduser -D -g 'www' www
# Install required package
RUN apk add --no-cache --update \
nginx \
nginx --with-http_realip_module \
curl \
tar \
unzip \