[GRASS-SVN] r73402 - grass/branches/releasebranch_7_4
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 25 14:10:45 PDT 2018
Author: neteler
Date: 2018-09-25 14:10:45 -0700 (Tue, 25 Sep 2018)
New Revision: 73402
Modified:
grass/branches/releasebranch_7_4/Dockerfile
Log:
Dockerfile: have UTF8 defined
Modified: grass/branches/releasebranch_7_4/Dockerfile
===================================================================
--- grass/branches/releasebranch_7_4/Dockerfile 2018-09-25 21:09:09 UTC (rev 73401)
+++ grass/branches/releasebranch_7_4/Dockerfile 2018-09-25 21:10:45 UTC (rev 73402)
@@ -62,6 +62,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