From 8025a2e576d94233ad76c44e9f8264b34f4c5c58 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@inrae.fr>
Date: Fri, 8 Oct 2021 11:02:42 +0200
Subject: [PATCH] =?UTF-8?q?R=C3=A8gle=20la=20locale=20dans=20le=20conteneu?=
 =?UTF-8?q?r=20de=20test.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 test/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/Dockerfile b/test/Dockerfile
index 22ac05393..5a2b29e19 100644
--- a/test/Dockerfile
+++ b/test/Dockerfile
@@ -16,6 +16,7 @@ RUN mkdir -p /var/log/journal/
 RUN echo "C UTF-8\nfr_FR UTF-8" >/etc/locale.gen \
   && locale-gen \
   && update-locale LANG=fr_FR.UTF-8
+ENV LANG=fr_FR.UTF-8
 
 STOPSIGNAL SIGRTMIN+3
 #CMD ["/sbin/init", "--log-target=console", "--default-standard-output=tty", "--default-standard-error=tty"]
-- 
GitLab