Add nginx-mod-http-cache-purge to alpine

Adding module https://github.com/nginx-modules/ngx_cache_purge is essential to perform any fpm cache cleanup operations
This commit is contained in:
Luca Steccanella 2022-01-05 19:49:40 +01:00
parent 86a393a689
commit 8880c7bcda
No known key found for this signature in database
GPG Key ID: 4A9C590C34C4822C
3 changed files with 3 additions and 1 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 \

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 \

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,7 +47,6 @@ 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 \