From 3600b96c62b54d550b87e5cefaf95d5671a5f524 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 21 Nov 2025 11:46:00 +0100 Subject: [PATCH] try to fix "setlocale: LC_ALL: cannot change locale" --- config.lxc/devel.pkgs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.lxc/devel.pkgs b/config.lxc/devel.pkgs index 2b3dca34..a7575dd2 100644 --- a/config.lxc/devel.pkgs +++ b/config.lxc/devel.pkgs @@ -134,4 +134,7 @@ package: texlive-ec # needed so the spawned container actually starts its networking package: NetworkManager package: hostname +# hard requirement, this no longer gets pulled package>=f43: python3-rpm +# comfort, remove zillion warnings about missing langpacks +package>=f41: glibc-langpack-en -- 2.51.1