@@ -85,6 +85,8 @@ RUN apk upgrade --no-cache -a && \
85
85
--with-libatomic \
86
86
--with-pcre \
87
87
--with-pcre-jit \
88
+ --with-select_module \
89
+ --with-poll_module \
88
90
--with-stream \
89
91
--with-stream_ssl_module \
90
92
--with-stream_ssl_preread_module \
@@ -96,16 +98,15 @@ RUN apk upgrade --no-cache -a && \
96
98
--with-http_geoip_module \
97
99
--with-http_realip_module \
98
100
--with-http_gunzip_module \
99
- --with-http_addition_module \
100
101
--with-http_gzip_static_module \
101
- --with-http_auth_request_module \
102
- --with-http_geoip_module \
103
102
--with-http_sub_module \
103
+ --with-http_addition_module \
104
104
--with-http_stub_status_module \
105
- --add-dynamic-module=/src/ngx_brotli \
106
- --add-dynamic-module=/src/ngx_devel_kit \
107
- --add-dynamic-module=/src/lua-nginx-module \
108
- --add-dynamic-module=/src/ModSecurity-nginx \
105
+ --with-http_auth_request_module \
106
+ --add-module=/src/ngx_brotli \
107
+ --add-module=/src/ngx_devel_kit \
108
+ --add-module=/src/lua-nginx-module \
109
+ --add-module=/src/ModSecurity-nginx \
109
110
--add-module=/src/headers-more-nginx-module \
110
111
--add-dynamic-module=/src/ngx-fancyindex \
111
112
--add-dynamic-module=/src/ngx_http_geoip2_module \
0 commit comments