We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80c9c8 commit bbee32bCopy full SHA for bbee32b
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