Skip to content

Commit

Permalink
[docker] Use a unicode compatible locale
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 14, 2017
1 parent bd292b5 commit 16c6bf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -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

Expand Down

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.