Skip to content
Snippets Groups Projects
Commit 36be2ffe authored by inso's avatar inso
Browse files

Update Dockerfile

parent b9f963b7
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -30,7 +30,7 @@ WORKDIR /builder
ENV PYENV_ROOT "/builder/.pyenv"
USER builder
RUN git clone https://github.com/pyenv/pyenv.git /builder/.pyenv && \
export PATH=$PYENV_ROOT/bin:$PATH
export PATH=$PYENV_ROOT/bin:$PATH && \
PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install --force 3.5.5 && \
PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install --force 3.6.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment