Skip to content

Commit 9645ce8

Browse files
authored
Merge pull request #16 from tpimh/pacman-curl
Link pacman against libcurl
2 parents a80c9c8 + bbee32b commit 9645ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV PATH $PATH:${PSPDEV}/bin
66

77
COPY . /src
88

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

1212
# Second stage of Dockerfile

0 commit comments

Comments
 (0)