Skip to content
Permalink
Browse files
[docker] Use a unicode compatible locale
  • Loading branch information
m-kuhn committed Sep 14, 2017
1 parent bd292b5 commit 16c6bf9
Showing 1 changed file with 2 additions and 1 deletion.
@@ -10,8 +10,9 @@ MAINTAINER Denis Rouzaud <denis.rouzaud@gmail.com>
ENV CC=/usr/lib/ccache/clang
ENV CXX=/usr/lib/ccache/clang++
ENV QT_SELECT=5
ENV LANG=C.UTF-8

COPY . /usr/src/QGIS
COPY . /usr/src/QGIS

WORKDIR /usr/src/QGIS/build

2 comments on commit 16c6bf9

@m-kuhn
Copy link
Member Author

@m-kuhn m-kuhn commented on 16c6bf9 Sep 14, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@3nids
Copy link
Member

@3nids 3nids commented on 16c6bf9 Sep 14, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still waiting on gdal release on my side

Please sign in to comment.