Skip to content

Commit b5a3ccc

Browse files
authored
Enable http2
1 parent 4d5e884 commit b5a3ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN tar xzvf curl.tgz
1111

1212
# Build
1313
RUN cd curl-*/ && \
14-
./configure --with-openssl --enable-websockets && \
14+
./configure --with-openssl --enable-websockets --with-nghttp2 && \
1515
make && make install
1616

1717
FROM --platform=$TARGETOS/$TARGETARCH debian

0 commit comments

Comments
 (0)