File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,6 @@ LABEL version="5.0.0rc1"
6
6
ENV APPDIR /app
7
7
ENV LANG C.UTF-8
8
8
9
- # Versions, and expose labels for external usage
10
- ENV PYTHON_VERSION_27=2.7.15 \
11
- PYTHON_VERSION_36=3.6.8 \
12
- PYTHON_VERSION_37=3.7.2 \
13
- CONDA_VERSION=4.5.12
14
- LABEL python.version_27=$PYTHON_VERSION_27 \
15
- python.version_36=$PYTHON_VERSION_36 \
16
- python.version_37=$PYTHON_VERSION_37 \
17
- conda.version=$CONDA_VERSION
18
-
19
9
# UID and GID from readthedocs/user
20
10
RUN groupadd --gid 205 docs \
21
11
&& useradd --gid 205 -m --uid 1005 docs
@@ -124,6 +114,16 @@ RUN export DEBIAN_FRONTEND=noninteractive \
124
114
USER docs
125
115
WORKDIR /home/docs
126
116
117
+ # Versions, and expose labels for external usage
118
+ ENV PYTHON_VERSION_27=2.7.15 \
119
+ PYTHON_VERSION_36=3.6.8 \
120
+ PYTHON_VERSION_37=3.7.2 \
121
+ CONDA_VERSION=4.5.12
122
+ LABEL python.version_27=$PYTHON_VERSION_27 \
123
+ python.version_36=$PYTHON_VERSION_36 \
124
+ python.version_37=$PYTHON_VERSION_37 \
125
+ conda.version=$CONDA_VERSION
126
+
127
127
# Install Conda
128
128
RUN curl -O https://repo.continuum.io/miniconda/Miniconda2-${CONDA_VERSION}-Linux-x86_64.sh \
129
129
&& bash Miniconda2-${CONDA_VERSION}-Linux-x86_64.sh -b -p /home/docs/.conda/ \
You can’t perform that action at this time.
0 commit comments