We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a80c9c8 + bbee32b commit 9645ce8Copy full SHA for 9645ce8
Dockerfile
@@ -6,7 +6,7 @@ ENV PATH $PATH:${PSPDEV}/bin
6
7
COPY . /src
8
9
-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
10
RUN cd /src && ./build-all.sh
11
12
# Second stage of Dockerfile
0 commit comments