From: Jean Privat Date: Thu, 28 Feb 2019 13:51:24 +0000 (-0500) Subject: ci: nitlang/nit-ci docker image runs in UTF8 X-Git-Url: http://nitlanguage.org ci: nitlang/nit-ci docker image runs in UTF8 Signed-off-by: Jean Privat --- diff --git a/misc/docker/ci/Dockerfile b/misc/docker/ci/Dockerfile index 000c0c1..e4ba62b 100644 --- a/misc/docker/ci/Dockerfile +++ b/misc/docker/ci/Dockerfile @@ -108,3 +108,6 @@ RUN pip3 install junit2html # Prepare to install npm (npm is not packaged for debian:stretch) RUN npm install pug-cli -g + +# Some tools, like gradle, need an explitit UTF8 environement +ENV LANG C.UTF-8