We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4417a commit a6ed6dcCopy full SHA for a6ed6dc
3.5/Dockerfile
@@ -4,15 +4,15 @@ FROM tatsushid/tinycore:7.0-x86_64
4
5
# http://bugs.python.org/issue19846
6
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
7
-ENV LANG C.UTF-8
+ENV LANG=C.UTF-8 LC_ALL=C
8
9
RUN tce-load -wic gnupg curl \
10
&& rm -rf /tmp/tce/optional/*
11
12
# gpg: key F73C700D: public key "Larry Hastings <larry@hastings.org>" imported
13
RUN gpg2 --keyserver pool.sks-keyservers.net --recv-keys 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
14
15
-ENV PYTHON_VERSION 3.5.1
+ENV PYTHON_VERSION 3.5.2
16
17
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
18
ENV PYTHON_PIP_VERSION 8.1.2
0 commit comments