Skip to content

Commit 265a97b

Browse files
committed
Also add new pacman dependencies to build container build
1 parent 02cfefc commit 265a97b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
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 curl-dev
9+
RUN apk add build-base bash git autoconf automake cmake pkgconfig libarchive-dev openssl-dev gpgme-dev libtool curl-dev meson ninja-build pacman
1010
RUN cd /src && ./build-all.sh
1111

1212
# Second stage of Dockerfile

0 commit comments

Comments
 (0)