Merge: ci: nitlang/nit-ci docker image runs in UTF8
authorJean Privat <jean@pryen.org>
Fri, 1 Mar 2019 00:08:47 +0000 (19:08 -0500)
committerJean Privat <jean@pryen.org>
Fri, 1 Mar 2019 00:08:47 +0000 (19:08 -0500)
Or else gradle fails with an exception

Pull-Request: #2742
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>

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