mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 12:51:25 -07:00
Fixing error in localedef usage for f23 docker image
This commit is contained in:
parent
0b2f631197
commit
8cfdaa16f4
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ RUN dnf -y install \
|
||||||
unzip \
|
unzip \
|
||||||
which \
|
which \
|
||||||
yum
|
yum
|
||||||
RUN localedef -q -f ISO-8859-1 -i pt_BR pt_BR
|
RUN localedef --quiet -f ISO-8859-1 -i pt_BR pt_BR
|
||||||
RUN localedef -q -f ISO-8859-1 -i es_MX es_MX
|
RUN localedef --quiet -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue