We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1cd69 commit b8758a1Copy full SHA for b8758a1
Dockerfile
@@ -14,6 +14,7 @@ RUN set -x \
14
&& chown nobody:nobody ${tempDir} \
15
&& apk add --no-cache pcre libxml2 libxslt libgd libgcc \
16
&& apk add --no-cache --virtual .build-deps \
17
+ git \
18
tzdata \
19
gcc \
20
libc-dev \
@@ -81,8 +82,6 @@ RUN set -x \
81
82
--with-http_auth_request_module \
83
--with-http_addition_module \
84
--with-http_v2_module \
- #--add-module=./modules/ngx_http_upstream_dynamic_module \
85
- #--add-module=./modules/ngx_http_upstream_check_module \
86
--add-module=./modules/ngx_http_upstream_session_sticky_module \
87
--add-module=./modules/ngx_http_upstream_consistent_hash_module \
88
--add-module=./modules/ngx_http_user_agent_module \
0 commit comments