This commit is contained in:
Luca Steccanella 2022-09-02 08:12:57 +02:00 committed by GitHub
commit 8db43aa53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,7 @@ RUN \
memcached \ memcached \
nginx \ nginx \
nginx-mod-http-brotli \ nginx-mod-http-brotli \
nginx-mod-http-cache-purge \
nginx-mod-http-dav-ext \ nginx-mod-http-dav-ext \
nginx-mod-http-echo \ nginx-mod-http-echo \
nginx-mod-http-fancyindex \ nginx-mod-http-fancyindex \
@ -47,6 +48,7 @@ RUN \
nginx-mod-stream \ nginx-mod-stream \
nginx-mod-stream-geoip2 \ nginx-mod-stream-geoip2 \
nginx-vim \ nginx-vim \
nginx-mod-http-cache-purge \
php7-bcmath \ php7-bcmath \
php7-bz2 \ php7-bz2 \
php7-ctype \ php7-ctype \

View File

@ -30,6 +30,7 @@ RUN \
memcached \ memcached \
nginx \ nginx \
nginx-mod-http-brotli \ nginx-mod-http-brotli \
nginx-mod-http-cache-purge \
nginx-mod-http-dav-ext \ nginx-mod-http-dav-ext \
nginx-mod-http-echo \ nginx-mod-http-echo \
nginx-mod-http-fancyindex \ nginx-mod-http-fancyindex \
@ -46,6 +47,7 @@ RUN \
nginx-mod-rtmp \ nginx-mod-rtmp \
nginx-mod-stream \ nginx-mod-stream \
nginx-mod-stream-geoip2 \ nginx-mod-stream-geoip2 \
nginx-mod-http-cache-purge \
nginx-vim \ nginx-vim \
php7-bcmath \ php7-bcmath \
php7-bz2 \ php7-bz2 \

View File

@ -30,6 +30,7 @@ RUN \
memcached \ memcached \
nginx \ nginx \
nginx-mod-http-brotli \ nginx-mod-http-brotli \
nginx-mod-http-cache-purge \
nginx-mod-http-dav-ext \ nginx-mod-http-dav-ext \
nginx-mod-http-echo \ nginx-mod-http-echo \
nginx-mod-http-fancyindex \ nginx-mod-http-fancyindex \