[GRASS-SVN] r73401 - grass/branches/releasebranch_7_6

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 25 14:09:09 PDT 2018


Author: neteler
Date: 2018-09-25 14:09:09 -0700 (Tue, 25 Sep 2018)
New Revision: 73401

Modified:
   grass/branches/releasebranch_7_6/Dockerfile
Log:
Dockerfile: have UTF8 defined

Modified: grass/branches/releasebranch_7_6/Dockerfile
===================================================================
--- grass/branches/releasebranch_7_6/Dockerfile	2018-09-25 21:09:02 UTC (rev 73400)
+++ grass/branches/releasebranch_7_6/Dockerfile	2018-09-25 21:09:09 UTC (rev 73401)
@@ -65,6 +65,8 @@
     mkdir -p $DATA_DIR
 
 RUN echo LANG="en_US.UTF-8" > /etc/default/locale
+ENV LANG C.UTF-8
+ENV LC_ALL C.UTF-8
 
 RUN mkdir /code
 RUN mkdir /code/grass



More information about the grass-commit mailing list