ci: nitlang/nit-ci docker image runs in UTF8
[nit.git] / 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