We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cfefc commit 265a97bCopy full SHA for 265a97b
1 file changed
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 curl-dev
+RUN apk add build-base bash git autoconf automake cmake pkgconfig libarchive-dev openssl-dev gpgme-dev libtool curl-dev meson ninja-build pacman
10
RUN cd /src && ./build-all.sh
11
12
# Second stage of Dockerfile
0 commit comments