Skip to content

Commit

Permalink
[docker] Fix unicode issues
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 28, 2017
1 parent 7a8a9b7 commit efd3e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit efd3e0c

Please sign in to comment.