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 4d5e884 commit b5a3cccCopy full SHA for b5a3ccc
Dockerfile
@@ -11,7 +11,7 @@ RUN tar xzvf curl.tgz
11
12
# Build
13
RUN cd curl-*/ && \
14
- ./configure --with-openssl --enable-websockets && \
+ ./configure --with-openssl --enable-websockets --with-nghttp2 && \
15
make && make install
16
17
FROM --platform=$TARGETOS/$TARGETARCH debian
0 commit comments