mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 23:41:33 +00:00
Update Python version
This commit is contained in:
parent
729ced323d
commit
c88c0aae19
@ -14,7 +14,7 @@ RUN apt-get update && \
|
|||||||
USER ${AVATAO_USER}
|
USER ${AVATAO_USER}
|
||||||
|
|
||||||
COPY .pyenvrc /home/${AVATAO_USER}/.pyenvrc
|
COPY .pyenvrc /home/${AVATAO_USER}/.pyenvrc
|
||||||
ENV PYTHON_VERSION="3.6.3"
|
ENV PYTHON_VERSION="3.6.4"
|
||||||
RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash && \
|
RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash && \
|
||||||
echo "source $HOME/.pyenvrc" >> "$HOME/.bashrc" && \
|
echo "source $HOME/.pyenvrc" >> "$HOME/.bashrc" && \
|
||||||
. "$HOME/.pyenvrc" && \
|
. "$HOME/.pyenvrc" && \
|
||||||
|
Loading…
Reference in New Issue
Block a user