File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM --platform=$TARGETOS/$TARGETARCH debian AS curl
2
2
3
3
# 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
5
5
6
6
# Download curl source from https://curl.se/download/
7
7
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
26
26
COPY --from=curl /usr/local/lib/libcurl.so.4 /usr/lib/libcurl.so.4
27
27
COPY --from=curl /usr/local/lib/libcurl.so.4.8.0 /usr/lib/libcurl.so.4.8.0
28
28
29
- RUN apt update && apt install libssl3 ca-certificates psl -y
29
+ RUN apt update && apt install libssl3 ca-certificates psl libnghttp2-14 -y
You can’t perform that action at this time.
0 commit comments