docker: no need to rm locale-archive

glibc-all-langpacks is not installed and thus no locale archive
exists.
This commit is contained in:
Dusty Mabe 2017-01-19 14:27:11 -05:00
parent 608769b442
commit 5f54ddd686
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671
1 changed files with 0 additions and 1 deletions

View File

@ -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