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:45:31 +01:00
parent bedff470cf
commit 86a393a689
No known key found for this signature in database
GPG Key ID: 4A9C590C34C4822C
3 changed files with 3 additions and 0 deletions

View File

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

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

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