We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59978f4 commit 6aa2339Copy full SHA for 6aa2339
Dockerfile
@@ -49,7 +49,8 @@ RUN cd nginx && \
49
--with-http_ssl_module \
50
--with-http_v2_module \
51
--with-http_v3_module \
52
- --with-cc-opt='-I/boringssl/include -O0 -fno-common -fno-omit-frame-pointer -DNGX_QUIC_DRAFT_VERSION=29 -DNGX_HTTP_V3_HQ=1' \
+ --with-cc=c++ \
53
+ --with-cc-opt='-I/boringssl/include -O0 -fno-common -fno-omit-frame-pointer -DNGX_QUIC_DRAFT_VERSION=29 -DNGX_HTTP_V3_HQ=1 -x c' \
54
--with-ld-opt='-L/boringssl/build/ssl -L/boringssl/build/crypto'
55
56
RUN cd nginx && make -j$(nproc)
0 commit comments