From 9c57523a505c1571af4e4d08df2e2568e35dc24e Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Mon, 7 Jul 2025 07:09:17 +0200 Subject: [PATCH] Cleanup packages --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf714db..794d933 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 lld make mingw-w64-binutils mingw-w64-gcc mtools ninja nodejs openssh parted patch pkgconfig rsync texinfo wget which +RUN pacman -Syu --noconfirm --noprogressbar --quiet autoconf automake bison clang cmake cppcheck docker flex git hugo libedit libmd linux-headers lld make mingw-w64-binutils mingw-w64-gcc mtools ninja openssh parted patch pkgconfig rsync texinfo wget which # Set locale RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \