File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ RUN apt-get purge -y python.*
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
9
10
- # gpg: key AA65421D: public key "Ned Deily (Python release signing key) <nad@acm.org>" imported
11
- ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
12
-
13
10
RUN apt-get update && apt-get install -y --no-install-recommends \
14
11
ca-certificates \
15
12
libsqlite3-0 \
16
13
libssl1.0.0 \
17
14
&& rm -rf /var/lib/apt/lists/*
18
15
16
+ # gpg: key AA65421D: public key "Ned Deily (Python release signing key) <nad@acm.org>" imported
17
+ ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
18
+
19
19
ENV PYTHON_VERSION 3.6.0a2
20
20
21
21
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
You can’t perform that action at this time.
0 commit comments