Set the locale to C.UTF-8 to fix unicode in Python 3
This commit is contained in:
parent
f88936b3f3
commit
167ffeed23
1 changed files with 2 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue