diff --git a/Dockerfile b/Dockerfile index 443d0e9..5f62b05 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ @@ -47,6 +48,7 @@ RUN \ nginx-mod-stream \ nginx-mod-stream-geoip2 \ nginx-vim \ + nginx-mod-http-cache-purge \ php7-bcmath \ php7-bz2 \ php7-ctype \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 24f4c63..51ecf03 100755 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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,6 +47,7 @@ RUN \ nginx-mod-rtmp \ nginx-mod-stream \ nginx-mod-stream-geoip2 \ + nginx-mod-http-cache-purge \ nginx-vim \ php7-bcmath \ php7-bz2 \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 53aca75..d9b51da 100755 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -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 \