mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 08:21:20 +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}
|
||||
|
||||
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 && \
|
||||
echo "source $HOME/.pyenvrc" >> "$HOME/.bashrc" && \
|
||||
. "$HOME/.pyenvrc" && \
|
||||
|
Loading…
Reference in New Issue
Block a user