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:
parent
86a393a689
commit
8880c7bcda
@ -30,6 +30,7 @@ RUN \
|
||||
memcached \
|
||||
nginx \
|
||||
nginx-mod-http-brotli \
|
||||
nginx-mod-http-cache-purge \
|
||||
nginx-mod-http-dav-ext \
|
||||
nginx-mod-http-echo \
|
||||
nginx-mod-http-fancyindex \
|
||||
|
||||
@ -30,6 +30,7 @@ RUN \
|
||||
memcached \
|
||||
nginx \
|
||||
nginx-mod-http-brotli \
|
||||
nginx-mod-http-cache-purge \
|
||||
nginx-mod-http-dav-ext \
|
||||
nginx-mod-http-echo \
|
||||
nginx-mod-http-fancyindex \
|
||||
|
||||
@ -30,6 +30,7 @@ RUN \
|
||||
memcached \
|
||||
nginx \
|
||||
nginx-mod-http-brotli \
|
||||
nginx-mod-http-cache-purge \
|
||||
nginx-mod-http-dav-ext \
|
||||
nginx-mod-http-echo \
|
||||
nginx-mod-http-fancyindex \
|
||||
@ -46,7 +47,6 @@ RUN \
|
||||
nginx-mod-rtmp \
|
||||
nginx-mod-stream \
|
||||
nginx-mod-stream-geoip2 \
|
||||
nginx-mod-http-cache-purge \
|
||||
nginx-vim \
|
||||
php7-bcmath \
|
||||
php7-bz2 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user