Skip to content

Commit 51f6af9

Browse files
authored
Merge pull request #21 from andrewshan/main
feat: 加上make install打包命令
2 parents 1afc348 + 7b7120a commit 51f6af9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ RUN set -ex \
3434
&& chmod +x "$ngx_file_name"/configure \
3535
&& cd "$ngx_file_name" \
3636
&& ./configure --prefix=/server --add-module=../../source/nginx_polaris_limit_module --add-module=../polaris_client --with-stream --with-cpp=g++ \
37-
&& make
37+
&& make \
38+
&& make install
39+
3840

3941
ENV PATH=/server/sbin:$PATH
4042

0 commit comments

Comments
 (0)