Trying to fix up the fedora23 docker image

pull/4420/head
James Cammarata 2016-03-05 15:45:37 -05:00
parent b72cd3a6d2
commit b97a98f69e
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,6 @@ RUN dnf -y install \
dbus-python \ dbus-python \
file \ file \
findutils \ findutils \
glibc-locale-source \
git \ git \
make \ make \
mercurial \ mercurial \
@ -37,6 +36,8 @@ RUN dnf -y install \
unzip \ unzip \
which \ which \
yum 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 /usr/bin/sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers
RUN mkdir /etc/ansible/ RUN mkdir /etc/ansible/
RUN /usr/bin/echo -e '[local]\nlocalhost ansible_connection=local' > /etc/ansible/hosts RUN /usr/bin/echo -e '[local]\nlocalhost ansible_connection=local' > /etc/ansible/hosts