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.
2 parents 1afc348 + 7b7120a commit 51f6af9Copy full SHA for 51f6af9
Dockerfile
@@ -34,7 +34,9 @@ RUN set -ex \
34
&& chmod +x "$ngx_file_name"/configure \
35
&& cd "$ngx_file_name" \
36
&& ./configure --prefix=/server --add-module=../../source/nginx_polaris_limit_module --add-module=../polaris_client --with-stream --with-cpp=g++ \
37
- && make
+ && make \
38
+ && make install
39
+
40
41
ENV PATH=/server/sbin:$PATH
42
0 commit comments