I am trying to run my python file that first reads a string in Chinese language and print it.
This is my Dockerfile
FROM python:2.7-onbuild ENV LANG
RUN set -e \ && locale-gen en_CA en_CA.UTF-8 \ && update-locale LC_ALL=en_CA.UTF-8 LANG=en_CA.UTF-8