From 2915176e8012d048fa9c3000db9cd8fe1cb85721 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Sat, 22 Jun 2024 08:31:49 -0600 Subject: [PATCH] fix: Add glibc-locales Resolves #36 and should remediate #35 --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index c8e6ab8..74e5d5e 100644 --- a/Containerfile +++ b/Containerfile @@ -35,6 +35,7 @@ RUN pacman -S \ rocm-hip-runtime \ libbsd \ noto-fonts-cjk \ + glibc-locales \ --noconfirm && \ pacman -S \ steam \