From 3c46dc7a27f590db194fb5776b83e70605ab78c4 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Sun, 6 Jul 2025 22:02:35 +0200 Subject: [PATCH] Install missing tools --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8a06b7..cf714db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER CodingWorkshop RUN pacman -Syu --noconfirm --noprogressbar --quiet # Install additional packages -RUN pacman -Syu --noconfirm --noprogressbar --quiet autoconf automake binutils bison clang cmake cppcheck docker flex gcc git hugo libedit libmd linux-headers make mingw-w64-binutils mingw-w64-gcc mtools ninja nodejs openssh parted patch pkgconfig rsync texinfo wget +RUN pacman -Syu --noconfirm --noprogressbar --quiet autoconf automake binutils bison clang cmake cppcheck docker flex gcc git hugo libedit libmd linux-headers lld make mingw-w64-binutils mingw-w64-gcc mtools ninja nodejs openssh parted patch pkgconfig rsync texinfo wget which # Set locale RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \