From fd6025e168085b64d697eb492dd400223a87c864 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Jul 12 2019 17:12:29 +0000 Subject: Explicitly set the container base image locale to C.UTF-8 Signed-off-by: Clement Verna --- diff --git a/fedora-container-common.ks b/fedora-container-common.ks index b92e7f5..28254ea 100644 --- a/fedora-container-common.ks +++ b/fedora-container-common.ks @@ -61,6 +61,9 @@ set -eux LANG="en_US" echo "%_install_langs $LANG" > /etc/rpm/macros.image-language-conf +# https://bugzilla.redhat.com/show_bug.cgi?id=1727489 +echo 'LANG="C.UTF-8"' > /etc/locale.conf + # https://bugzilla.redhat.com/show_bug.cgi?id=1400682 echo "Import RPM GPG key" releasever=$(rpm -q --qf '%{version}\n' fedora-release-container)