Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5acd22f

Browse files
committedSep 20, 2017
[docker] Fix unicode issues
1 parent 9cc28ff commit 5acd22f

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.