diff --git a/Dockerfile b/Dockerfile index fd7c402..0c42f2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,9 +19,9 @@ RUN curl -fSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.ta --http-log-path=/var/log/nginx/access.log \ --pid-path=/var/run/nginx.pid \ --lock-path=/var/run/nginx.lock \ - --with-http_ssl_module \ - --with-http_v2_module \ - --with-http_gzip_static_module \ + --with-http_ssl_module=dynamic \ + --with-http_v2_module=dynamic \ + --with-http_gzip_static_module=dynamic \ && make && make install # --- Stage 2: runtime ---