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 3b68e0a commit 5d02eeeCopy full SHA for 5d02eee
Dockerfile
@@ -49,6 +49,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \
49
--with-file-aio \
50
--with-http_ssl_module \
51
--with-debug \
52
+ --with-http_stub_status_module \
53
--with-cc-opt="-Wimplicit-fallthrough=0" && \
54
cd /tmp/nginx-${NGINX_VERSION} && make && make install
55
Dockerfile.cuda
@@ -48,6 +48,7 @@ RUN cd /tmp/nginx-${NGINX_VERSION} && \
48
0 commit comments