Fix fedora23 Dockerfile after fedora:23 updates.

pull/16407/head
Matt Clay 8 years ago
parent 5f9ca67685
commit 8a55a446bf

@ -51,7 +51,7 @@ RUN 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 es_MX es_MX && \
dnf clean all

Loading…
Cancel
Save