Skip to content

Commit 16c6bf9

Browse files
committedSep 14, 2017
[docker] Use a unicode compatible locale
1 parent bd292b5 commit 16c6bf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ MAINTAINER Denis Rouzaud <denis.rouzaud@gmail.com>
1010
ENV CC=/usr/lib/ccache/clang
1111
ENV CXX=/usr/lib/ccache/clang++
1212
ENV QT_SELECT=5
13+
ENV LANG=C.UTF-8
1314

14-
COPY . /usr/src/QGIS
15+
COPY . /usr/src/QGIS
1516

1617
WORKDIR /usr/src/QGIS/build
1718

2 commit comments

Comments
 (2)

m-kuhn commented on Sep 14, 2017

@m-kuhn
MemberAuthor

@3nids this should fix the python encoding errors, are we ready to roll?

3nids commented on Sep 14, 2017

@3nids
Member

Still waiting on gdal release on my side

Please sign in to comment.