1
0
Fork 0
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:
Matt Clay 2016-06-22 19:21:40 -07:00
parent 5f9ca67685
commit 8a55a446bf

View file

@ -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