Skip to content

Commit 16c6bf9

Browse files
committed
[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

+2-1
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

0 commit comments

Comments
 (0)