From b97a98f69e0566562e30cd510d1c3da6c0aff60c Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Sat, 5 Mar 2016 15:45:37 -0500 Subject: [PATCH] Trying to fix up the fedora23 docker image --- test/utils/docker/fedora23/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/utils/docker/fedora23/Dockerfile b/test/utils/docker/fedora23/Dockerfile index be0b3a48410..4c05a3be2c2 100644 --- a/test/utils/docker/fedora23/Dockerfile +++ b/test/utils/docker/fedora23/Dockerfile @@ -13,7 +13,6 @@ RUN dnf -y install \ dbus-python \ file \ findutils \ - glibc-locale-source \ git \ make \ mercurial \ @@ -37,6 +36,8 @@ RUN dnf -y install \ unzip \ which \ yum +RUN localedef -f ISO-8859-1 -i pt_BR pt_BR +RUN localedef -f ISO-8859-1 -i es_MX es_MX RUN /usr/bin/sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers RUN mkdir /etc/ansible/ RUN /usr/bin/echo -e '[local]\nlocalhost ansible_connection=local' > /etc/ansible/hosts