mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-22 23:33:08 +00:00
docker: no need to rm locale-archive
glibc-all-langpacks is not installed and thus no locale archive exists.
This commit is contained in:
parent
608769b442
commit
5f54ddd686
@ -58,7 +58,6 @@ basearch=$(uname -i)
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||
|
||||
echo "# fstab intentionally empty for containers" > /etc/fstab
|
||||
rm -f /usr/lib/locale/locale-archive
|
||||
|
||||
#Setup locale properly
|
||||
localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
|
||||
|
Loading…
Reference in New Issue
Block a user