diff --git a/config.sh b/config.sh index 9f40c0f..1be4f23 100644 --- a/config.sh +++ b/config.sh @@ -582,6 +582,11 @@ 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() {