File tree 8 files changed +16
-0
lines changed
8 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ENV PATH /usr/local/bin:$PATH
6
6
# http://bugs.python.org/issue19846
7
7
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
8
8
ENV LANG C.UTF-8
9
+ # https://github.com/docker-library/python/issues/147
10
+ ENV PYTHONIOENCODING UTF-8
9
11
10
12
# install ca-certificates so that HTTPS works consistently
11
13
# the other runtime dependencies for Python are installed later
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ENV PATH /usr/local/bin:$PATH
6
6
# http://bugs.python.org/issue19846
7
7
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
8
8
ENV LANG C.UTF-8
9
+ # https://github.com/docker-library/python/issues/147
10
+ ENV PYTHONIOENCODING UTF-8
9
11
10
12
# install ca-certificates so that HTTPS works consistently
11
13
# the other runtime dependencies for Python are installed later
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ENV PATH /usr/local/bin:$PATH
6
6
# http://bugs.python.org/issue19846
7
7
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
8
8
ENV LANG C.UTF-8
9
+ # https://github.com/docker-library/python/issues/147
10
+ ENV PYTHONIOENCODING UTF-8
9
11
10
12
# install ca-certificates so that HTTPS works consistently
11
13
# the other runtime dependencies for Python are installed later
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ENV PATH /usr/local/bin:$PATH
6
6
# http://bugs.python.org/issue19846
7
7
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
8
8
ENV LANG C.UTF-8
9
+ # https://github.com/docker-library/python/issues/147
10
+ ENV PYTHONIOENCODING UTF-8
9
11
10
12
# runtime dependencies
11
13
RUN apt-get update && apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ENV PATH /usr/local/bin:$PATH
6
6
# http://bugs.python.org/issue19846
7
7
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
8
8
ENV LANG C.UTF-8
9
+ # https://github.com/docker-library/python/issues/147
10
+ ENV PYTHONIOENCODING UTF-8
9
11
10
12
# runtime dependencies
11
13
RUN apt-get update && apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ENV PATH /usr/local/bin:$PATH
6
6
# http://bugs.python.org/issue19846
7
7
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
8
8
ENV LANG C.UTF-8
9
+ # https://github.com/docker-library/python/issues/147
10
+ ENV PYTHONIOENCODING UTF-8
9
11
10
12
# runtime dependencies
11
13
RUN apt-get update && apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ENV PATH /usr/local/bin:$PATH
6
6
# http://bugs.python.org/issue19846
7
7
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
8
8
ENV LANG C.UTF-8
9
+ # https://github.com/docker-library/python/issues/147
10
+ ENV PYTHONIOENCODING UTF-8
9
11
10
12
# runtime dependencies
11
13
RUN apt-get update && apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ENV PATH /usr/local/bin:$PATH
6
6
# http://bugs.python.org/issue19846
7
7
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
8
8
ENV LANG C.UTF-8
9
+ # https://github.com/docker-library/python/issues/147
10
+ ENV PYTHONIOENCODING UTF-8
9
11
10
12
# runtime dependencies
11
13
RUN apt-get update && apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments