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 fe887ef commit 8048b72Copy full SHA for 8048b72
Dockerfile
@@ -87,7 +87,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
87
&& tar -zxC /usr/src -f nginx.tar.gz \
88
&& rm nginx.tar.gz \
89
&& cd /usr/src/nginx-$NGINX_VERSION \
90
- && patch -p01 < /usr/src/quiche/extras/nginx/nginx-1.16.patch
+ && patch -p01 < /usr/src/quiche/extras/nginx/nginx-1.16.patch \
91
&& ./configure $CONFIG --with-debug \
92
&& make -j$(getconf _NPROCESSORS_ONLN) \
93
&& mv objs/nginx objs/nginx-debug \
0 commit comments