Set the locale to C.UTF-8 to fix unicode in Python 3

This commit is contained in:
Miro Hrončok 2017-03-02 19:14:36 +01:00
commit 167ffeed23

View file

@ -12,4 +12,6 @@ LABEL BZComponent="$NAME" \
RUN dnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=false \
install "@python-classroom" && dnf clean all
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
CMD ["/bin/bash"]