[docker] Fix unicode issues

This commit is contained in:
Matthias Kuhn 2017-09-20 13:42:59 +02:00
parent 7a8a9b7691
commit efd3e0c1ac
No known key found for this signature in database
GPG Key ID: A0E766808764D73F

View File

@ -97,6 +97,7 @@ RUN echo "alias python=python3" >> ~/.bash_aliases
ENV CC=/usr/lib/ccache/clang
ENV CXX=/usr/lib/ccache/clang++
ENV QT_SELECT=5
ENV LANG=C.UTF-8
# RUN cmake --version
# RUN ${CC} --version