Skip to content

Commit efd3e0c

Browse files
committedSep 28, 2017
[docker] Fix unicode issues
1 parent 7a8a9b7 commit efd3e0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.docker/Dockerfile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ RUN echo "alias python=python3" >> ~/.bash_aliases
9797
ENV CC=/usr/lib/ccache/clang
9898
ENV CXX=/usr/lib/ccache/clang++
9999
ENV QT_SELECT=5
100+
ENV LANG=C.UTF-8
100101

101102
# RUN cmake --version
102103
# RUN ${CC} --version

0 commit comments

Comments
 (0)
Please sign in to comment.