remove langpacks-en from minimal
This commit is contained in:
parent
aec376b440
commit
8de673ead0
1 changed files with 5 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue