We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c737268 commit ed60bbdCopy full SHA for ed60bbd
1 file changed
Dockerfile
@@ -16,7 +16,7 @@ RUN apt update && \
16
WORKDIR /openedx/edx-platform
17
18
# Install python with pyenv
19
-ARG PYTHON_VERSION=3.5.9
+ARG PYTHON_VERSION=3.6.1
20
ENV PYENV_ROOT /opt/pyenv
21
RUN git clone https://github.com/pyenv/pyenv $PYENV_ROOT --branch v1.2.18 --depth 1 \
22
&& $PYENV_ROOT/bin/pyenv install $PYTHON_VERSION
@@ -25,7 +25,7 @@ RUN git clone https://github.com/pyenv/pyenv $PYENV_ROOT --branch v1.2.18 --dept
25
COPY ./requirements/ /openedx/edx-platform/requirements
26
COPY ./common/lib/ /openedx/edx-platform/common/lib/
27
28
-ENV PATH /opt/pyenv/versions/3.5.9/bin:${PATH}
+ENV PATH /opt/pyenv/versions/3.6.1/bin:${PATH}
29
RUN pip install --trusted-host pypi.python.org setuptools==39.0.1 pip==9.0.3
30
31
# Install patched version of ora2
0 commit comments