Re-consistentize line ordering

This commit is contained in:
Tianon Gravi 2016-07-05 10:12:52 -07:00
parent e12c8e4321
commit 8a66fdc325
1 changed files with 3 additions and 3 deletions

View File

@ -7,15 +7,15 @@ RUN apt-get purge -y python.*
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# gpg: key AA65421D: public key "Ned Deily (Python release signing key) <nad@acm.org>" imported
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
libsqlite3-0 \
libssl1.0.0 \
&& rm -rf /var/lib/apt/lists/*
# gpg: key AA65421D: public key "Ned Deily (Python release signing key) <nad@acm.org>" imported
ENV GPG_KEY 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
ENV PYTHON_VERSION 3.6.0a2
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"