mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix fedora23 Dockerfile after fedora:23 updates.
This commit is contained in:
parent
5f9ca67685
commit
8a55a446bf
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ RUN dnf clean all && \
|
||||||
&& \
|
&& \
|
||||||
dnf clean all
|
dnf clean all
|
||||||
|
|
||||||
RUN dnf -y --setopt=install_weak_deps=false update glibc-common && \
|
RUN dnf -y --setopt=install_weak_deps=false reinstall glibc-common && \
|
||||||
localedef --quiet -f ISO-8859-1 -i pt_BR pt_BR && \
|
localedef --quiet -f ISO-8859-1 -i pt_BR pt_BR && \
|
||||||
localedef --quiet -f ISO-8859-1 -i es_MX es_MX && \
|
localedef --quiet -f ISO-8859-1 -i es_MX es_MX && \
|
||||||
dnf clean all
|
dnf clean all
|
||||||
|
|
Loading…
Reference in a new issue