Install make on the container
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 12m8s

This commit is contained in:
Rafal Kupiec 2023-12-14 19:11:28 +01:00
parent 19dcb2ada8
commit 7cf082ad6d
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

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