mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Trying to fix up the fedora23 docker image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user