Skip to content

Commit

Permalink
Enable http2
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Mar 3, 2024
1 parent 4d5e884 commit b5a3ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN tar xzvf curl.tgz

# Build
RUN cd curl-*/ && \
./configure --with-openssl --enable-websockets && \
./configure --with-openssl --enable-websockets --with-nghttp2 && \
make && make install

FROM --platform=$TARGETOS/$TARGETARCH debian
Expand Down

0 comments on commit b5a3ccc

Please sign in to comment.