Skip to content

Commit 8a66fdc

Browse files
committed
Re-consistentize line ordering
1 parent e12c8e4 commit 8a66fdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

3.6/slim/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ RUN apt-get purge -y python.*
77
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
88
ENV LANG C.UTF-8
99

10-
# gpg: key AA65421D: public key "Ned Deily (Python release signing key) <nad@acm.org>" imported
11-
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
12-
1310
RUN apt-get update && apt-get install -y --no-install-recommends \
1411
ca-certificates \
1512
libsqlite3-0 \
1613
libssl1.0.0 \
1714
&& rm -rf /var/lib/apt/lists/*
1815

16+
# gpg: key AA65421D: public key "Ned Deily (Python release signing key) <nad@acm.org>" imported
17+
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
18+
1919
ENV PYTHON_VERSION 3.6.0a2
2020

2121
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"

0 commit comments

Comments
 (0)