ci: nitlang/nit-ci docker image runs in UTF8
authorJean Privat <jean@pryen.org>
Thu, 28 Feb 2019 13:51:24 +0000 (08:51 -0500)
committerJean Privat <jean@pryen.org>
Thu, 28 Feb 2019 20:05:14 +0000 (15:05 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

misc/docker/ci/Dockerfile

index 000c0c1..e4ba62b 100644 (file)
@@ -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