add nginx module
This commit is contained in:
parent
85feb1d514
commit
159487aeca
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue