Skip to content

Commit 97c8208

Browse files
authored
Update Dockerfile
Signed-off-by: Zoey <[email protected]>
1 parent 3aa6801 commit 97c8208

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Dockerfile

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ RUN apk upgrade --no-cache -a && \
8585
--with-libatomic \
8686
--with-pcre \
8787
--with-pcre-jit \
88+
--with-select_module \
89+
--with-poll_module \
8890
--with-stream \
8991
--with-stream_ssl_module \
9092
--with-stream_ssl_preread_module \
@@ -96,16 +98,15 @@ RUN apk upgrade --no-cache -a && \
9698
--with-http_geoip_module \
9799
--with-http_realip_module \
98100
--with-http_gunzip_module \
99-
--with-http_addition_module \
100101
--with-http_gzip_static_module \
101-
--with-http_auth_request_module \
102-
--with-http_geoip_module \
103102
--with-http_sub_module \
103+
--with-http_addition_module \
104104
--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 \
109110
--add-module=/src/headers-more-nginx-module \
110111
--add-dynamic-module=/src/ngx-fancyindex \
111112
--add-dynamic-module=/src/ngx_http_geoip2_module \

0 commit comments

Comments
 (0)