Skip to content

Commit 4d5e884

Browse files
authored
Add missing libpsl
1 parent 1474709 commit 4d5e884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
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 -y
4+
RUN apt update && apt install libssl-dev make g++ curl libpsl-dev -y
55

66
# Download curl source from https://curl.se/download/
77
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
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 -y
29+
RUN apt update && apt install libssl3 ca-certificates psl -y

0 commit comments

Comments
 (0)