Skip to content

Commit a6ed6dc

Browse files
committed
Bump up Python version to 3.5.2
1 parent 6d4417a commit a6ed6dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3.5/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ FROM tatsushid/tinycore:7.0-x86_64
44

55
# http://bugs.python.org/issue19846
66
# > 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
7+
ENV LANG=C.UTF-8 LC_ALL=C
88

99
RUN tce-load -wic gnupg curl \
1010
&& rm -rf /tmp/tce/optional/*
1111

1212
# gpg: key F73C700D: public key "Larry Hastings <larry@hastings.org>" imported
1313
RUN gpg2 --keyserver pool.sks-keyservers.net --recv-keys 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
1414

15-
ENV PYTHON_VERSION 3.5.1
15+
ENV PYTHON_VERSION 3.5.2
1616

1717
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
1818
ENV PYTHON_PIP_VERSION 8.1.2

0 commit comments

Comments
 (0)