File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ FROM tatsushid/tinycore:6.2-x86_64
6
6
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
7
7
ENV LANG C.UTF-8
8
8
9
- ENV PYTHON_VERSION 2.7.9
10
-
11
9
RUN tce-load -wic gnupg curl \
12
10
&& rm -rf /tmp/tce/optional/*
13
11
14
12
# gpg: key 18ADD4FF: public key "Benjamin Peterson <benjamin@python.org>" imported
15
13
RUN gpg2 --keyserver pool.sks-keyservers.net --recv-keys C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF
16
14
15
+ ENV PYTHON_VERSION 2.7.9
16
+
17
17
RUN tce-load -wic \
18
18
bzip2-dev \
19
19
flex \
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ FROM tatsushid/tinycore:6.2-x86_64
6
6
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
7
7
ENV LANG C.UTF-8
8
8
9
- ENV PYTHON_VERSION 3.4.3
10
-
11
9
RUN tce-load -wic gnupg curl \
12
10
&& rm -rf /tmp/tce/optional/*
13
11
14
12
# gpg: key F73C700D: public key "Larry Hastings <larry@hastings.org>" imported
15
13
RUN gpg2 --keyserver pool.sks-keyservers.net --recv-keys 97FC712E4C024BBEA48A61ED3A5CA953F73C700D
16
14
15
+ ENV PYTHON_VERSION 3.4.3
16
+
17
17
RUN tce-load -wic \
18
18
bzip2-dev \
19
19
flex \
You can’t perform that action at this time.
0 commit comments