From 5a00403ebccca8a0f8274838763fa207e89dda5e Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 16 Jan 2026 00:27:27 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Update=20codebase=20=F0=9F=90=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile.base --- Dockerfile.base | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.base b/Dockerfile.base index 51bd653..785b0bc 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -13,7 +13,7 @@ FROM base-${TARGETARCH} AS base # Update system and install essential packages RUN pacman -Syyu --noconfirm; \ - pacman -S --noconfirm git curl wget bash glibc-locales; \ + pacman -Syyu --noconfirm git curl wget bash glibc-locales; \ pacman -Scc --noconfirm RUN echo "en_US.UTF-8 UTF-8" >/etc/locale.gen && locale-gen @@ -30,3 +30,4 @@ LABEL version="1.0" LABEL maintainer="CasjaysDev" LABEL architecture="amd64,arm64" LABEL description="Multi-architecture Arch Linux container" +