File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN if [ $py_version -eq 3 ]; then PYTHON_VERSION=python3.6; else PYTHON_VERSION
62
62
ln -s -f /usr/bin/$PYTHON_VERSION /usr/bin/python && \
63
63
rm -rf /var/lib/apt/lists/*
64
64
65
- ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1
65
+ ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PYTHONIOENCODING=UTF-8 LANG=C.UTF-8 LC_ALL=C.UTF-8
66
66
67
67
RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
68
68
python get-pip.py --disable-pip-version-check --no-cache-dir "pip==18.1" && \
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ RUN mkdir -p /root/.ssh/ && \
96
96
97
97
###########################################################################
98
98
# Python won’t try to write .pyc or .pyo files on the import of source modules
99
- ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1
99
+ ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PYTHONIOENCODING=UTF-8 LANG=C.UTF-8 LC_ALL=C.UTF-8
100
100
101
101
RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
102
102
python get-pip.py --disable-pip-version-check --no-cache-dir "pip==18.1" && \
You can’t perform that action at this time.
0 commit comments