File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
22
22
# See http://bugs.python.org/issue19846
23
23
ENV LANG C.UTF-8
24
24
25
- ENV LD_LIBRARY_PATH /opt/conda/lib/:$LD_LIBRARY_PATH
26
-
27
25
# Add arguments to achieve the version, python and url
28
26
ARG PYTHON_VERSION=2.7
29
27
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
22
22
# See http://bugs.python.org/issue19846
23
23
ENV LANG C.UTF-8
24
24
25
+ ENV LD_LIBRARY_PATH /opt/conda/lib/:$LD_LIBRARY_PATH
26
+
25
27
# Add arguments to achieve the version, python and url
26
28
ARG PYTHON_VERSION=2.7
27
29
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
22
22
# See http://bugs.python.org/issue19846
23
23
ENV LANG C.UTF-8
24
24
25
+ ENV LD_LIBRARY_PATH /opt/conda/lib/:$LD_LIBRARY_PATH
26
+
25
27
# Add arguments to achieve the version, python and url
26
28
ARG PYTHON_VERSION=3.6.6
27
29
You can’t perform that action at this time.
0 commit comments