diff --git a/Dockerfile b/Dockerfile index e795138..796b52e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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