Revert "add nginx module"

This reverts commit 159487aeca.
This commit is contained in:
Jean-Christian Denis 2024-12-05 15:14:38 +01:00
parent 159487aeca
commit 07b2bc0192
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 --with-http_realip_module \
nginx \
curl \
tar \
unzip \