From a0fc64f5e41c4c48913520e87ee53932e284aaef Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 7 May 2024 10:07:51 -0700 Subject: [PATCH] remove langpacks-en from config.sh --- config.sh | 5 ----- container/container.xml | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/config.sh b/config.sh index 1be4f23..9f40c0f 100644 --- a/config.sh +++ b/config.sh @@ -582,11 +582,6 @@ function minimal_container_steps() { rm -rfv /usr/share/icons/* rm -fv /usr/bin/pinky rm -rfv /usr/lib/systemd - if [ -f /usr/bin/dnf ]; then - dnf remove langpacks-en -y - else - microdnf remove langpacks-en -y - fi } function toolbox_container_steps() { diff --git a/container/container.xml b/container/container.xml index 8024a08..5b2df80 100644 --- a/container/container.xml +++ b/container/container.xml @@ -290,6 +290,9 @@ + + +