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 ba6d250 + 1795653 commit 7e4d2baCopy full SHA for 7e4d2ba
Dockerfile
@@ -34,7 +34,7 @@ RUN set -ex \
34
&& cp nginx/nginx.conf "$ngx_file_name"/conf/ \
35
&& chmod +x "$ngx_file_name"/configure \
36
&& cd "$ngx_file_name" \
37
- && ./configure --prefix=/etc/nginx --add-module=../../source/nginx_polaris_limit_module --add-module=../polaris_client --with-stream --with-cpp=g++ \
+ && ./configure --prefix=/etc/nginx --user=root --add-module=../../source/nginx_polaris_limit_module --add-module=../polaris_client --with-stream --with-cpp=g++ \
38
&& make \
39
&& make install \
40
&& ln -sf /etc/nginx/sbin/nginx /usr/local/bin/nginx \
0 commit comments