Skip to content

Commit

Permalink
add libpsl to curl build
Browse files Browse the repository at this point in the history
  • Loading branch information
ansemjo authored Feb 19, 2024
1 parent 8941581 commit 810505d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/curl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM alpine:edge as build

# install requirements
RUN apk add --no-cache gnupg gnupg-keyboxd build-base linux-headers curl jq tar xz # common base
RUN apk add --no-cache ca-certificates openssl-libs-static openssl-dev
RUN apk add --no-cache ca-certificates openssl-libs-static openssl-dev libpsl

# import gpg keys and trust them
COPY curl.keys /gpgkeys
Expand Down

0 comments on commit 810505d

Please sign in to comment.