Install cmake and ninja
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Rafal Kupiec 2023-03-26 12:39:37 +02:00
parent 7cad8f3e32
commit df70fc26a6
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ MAINTAINER CodingWorkshop <constitutive@codingworkshop.eu.org>
RUN pacman -Syu --noconfirm --noprogressbar --quiet
# Install additional packages
RUN pacman -Syu --noconfirm --noprogressbar --quiet autoconf automake binutils bison cppcheck docker flex gcc git libedit libmd linux-headers mtools openssh parted patch pkgconfig texinfo wget
RUN pacman -Syu --noconfirm --noprogressbar --quiet autoconf automake binutils bison cmake cppcheck docker flex gcc git libedit libmd linux-headers mtools ninja openssh parted patch pkgconfig texinfo wget
# Set locale
RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \