From 972546219a6659746901abc81e3d9426ae21a322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20M=2E=20Thi=C3=A9ry?= <nthiery@users.sf.net> Date: Fri, 21 Jun 2024 21:32:23 +0200 Subject: [PATCH] Locale: set default language to French --- Dockerfile-CI | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile-CI b/Dockerfile-CI index a105165..0b71702 100644 --- a/Dockerfile-CI +++ b/Dockerfile-CI @@ -13,3 +13,6 @@ RUN cd /tmp/binder && \ RUN cp -rav /tmp/binder/install_files/* /opt/conda/ RUN rm -rf /tmp/binder + +# Set default language +ENV LANG fr_FR.UTF-8 -- GitLab