Skip to content

Commit 753d96b

Browse files
authored
Add proper HTTP/2 support
1 parent 359814f commit 753d96b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM --platform=$TARGETOS/$TARGETARCH debian AS curl
22

33
# Install build dependencies
4-
RUN apt update && apt install libssl-dev make g++ curl libpsl-dev -y
4+
RUN apt update && apt install libssl-dev make g++ curl libpsl-dev libnghttp2-dev -y
55

66
# Download curl source from https://curl.se/download/
77
RUN curl -o curl.tgz https://curl.se/download/curl-8.11.0.tar.gz
@@ -26,4 +26,4 @@ COPY --from=curl /usr/local/lib/libcurl.so /usr/lib/libcurl.so
2626
COPY --from=curl /usr/local/lib/libcurl.so.4 /usr/lib/libcurl.so.4
2727
COPY --from=curl /usr/local/lib/libcurl.so.4.8.0 /usr/lib/libcurl.so.4.8.0
2828

29-
RUN apt update && apt install libssl3 ca-certificates psl -y
29+
RUN apt update && apt install libssl3 ca-certificates psl libnghttp2-14 -y

0 commit comments

Comments
 (0)