We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1474709 commit 4d5e884Copy full SHA for 4d5e884
Dockerfile
@@ -1,7 +1,7 @@
1
FROM --platform=$TARGETOS/$TARGETARCH debian AS curl
2
3
# Install build dependencies
4
-RUN apt update && apt install libssl-dev make g++ curl -y
+RUN apt update && apt install libssl-dev make g++ curl libpsl-dev -y
5
6
# Download curl source from https://curl.se/download/
7
RUN curl -o curl.tgz https://curl.se/download/curl-8.6.0.tar.gz
@@ -26,4 +26,4 @@ COPY --from=curl /usr/local/lib/libcurl.so /usr/lib/libcurl.so
26
COPY --from=curl /usr/local/lib/libcurl.so.4 /usr/lib/libcurl.so.4
27
COPY --from=curl /usr/local/lib/libcurl.so.4.8.0 /usr/lib/libcurl.so.4.8.0
28
29
-RUN apt update && apt install libssl3 ca-certificates -y
+RUN apt update && apt install libssl3 ca-certificates psl -y
0 commit comments