diff --git a/Dockerfile b/Dockerfile index 8d5580d..9bb59df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,8 +49,9 @@ RUN cd nginx && \ --with-http_ssl_module \ --with-http_v2_module \ --with-http_v3_module \ + --with-cc=clang \ --with-cc-opt='-I/boringssl/include -O0 -fno-common -fno-omit-frame-pointer -DNGX_QUIC_DRAFT_VERSION=29 -DNGX_HTTP_V3_HQ=1' \ - --with-ld-opt='-L/boringssl/build/ssl -L/boringssl/build/crypto' + --with-ld-opt='-L/boringssl/build/ssl -L/boringssl/build/crypto -lstdc++' RUN cd nginx && make -j$(nproc) RUN cd nginx && make install