From 1ae7d79c8a42e222eb659001b57cdab41b35d562 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Mon, 14 May 2018 10:55:21 +0200 Subject: [PATCH] fixed centos docker build --- docker/centos/Dockerfile | 4 +--- library | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docker/centos/Dockerfile b/docker/centos/Dockerfile index 5b119e5..ded952c 100644 --- a/docker/centos/Dockerfile +++ b/docker/centos/Dockerfile @@ -1,8 +1,6 @@ FROM centos:7 # Locales keyboard -RUN sed -i 's/^\(override_install_langs.*\)$/#\1/' /etc/yum.conf \ - && yum -y -q reinstall glibc-common \ - && echo 'LANG="fr_FR.UTF-8"' > /etc/locale.conf +RUN echo 'LANG="fr_FR.UTF-8"' > /etc/locale.conf ENV LANG fr_FR.UTF-8 # Debian Deps RUN yum update -y && yum install -y \ diff --git a/library b/library index fbc707d..8c71af6 160000 --- a/library +++ b/library @@ -1 +1 @@ -Subproject commit fbc707db2ec367edaa7a717342cdb14c862a90a6 +Subproject commit 8c71af60affed0babba248c1493e07fe32e2e721