Skip to content

Commit b8758a1

Browse files
author
XiaoBao
committed
update module
1 parent 3a1cd69 commit b8758a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN set -x \
1414
&& chown nobody:nobody ${tempDir} \
1515
&& apk add --no-cache pcre libxml2 libxslt libgd libgcc \
1616
&& apk add --no-cache --virtual .build-deps \
17+
git \
1718
tzdata \
1819
gcc \
1920
libc-dev \
@@ -81,8 +82,6 @@ RUN set -x \
8182
--with-http_auth_request_module \
8283
--with-http_addition_module \
8384
--with-http_v2_module \
84-
#--add-module=./modules/ngx_http_upstream_dynamic_module \
85-
#--add-module=./modules/ngx_http_upstream_check_module \
8685
--add-module=./modules/ngx_http_upstream_session_sticky_module \
8786
--add-module=./modules/ngx_http_upstream_consistent_hash_module \
8887
--add-module=./modules/ngx_http_user_agent_module \

0 commit comments

Comments
 (0)