Skip to content

Commit

Permalink
Merge pull request #16 from tpimh/pacman-curl
Browse files Browse the repository at this point in the history
Link pacman against libcurl
  • Loading branch information
sharkwouter authored Feb 24, 2024
2 parents a80c9c8 + bbee32b commit 9645ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PATH $PATH:${PSPDEV}/bin

COPY . /src

RUN apk add build-base bash git autoconf automake python3 py3-pip cmake pkgconfig libarchive-dev openssl-dev gpgme-dev libtool
RUN apk add build-base bash git autoconf automake python3 py3-pip cmake pkgconfig libarchive-dev openssl-dev gpgme-dev libtool curl-dev
RUN cd /src && ./build-all.sh

# Second stage of Dockerfile
Expand Down

0 comments on commit 9645ce8

Please sign in to comment.