We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98675c4 commit 823187dCopy full SHA for 823187d
Dockerfile
@@ -22,8 +22,8 @@ RUN bash ./setup_18.x && $APT_INSTALL make build-essential net-tools apt-utils l
22
libsqlite3-dev wget curl llvm libncurses-dev xz-utils tk-dev libffi-dev liblzma-dev python3-openssl git
23
24
# pyenv install python
25
-ENV PYENV_ROOT /root/.pyenv
26
-ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
+ENV PYENV_ROOT=/root/.pyenv
+ENV PATH=$PYENV_ROOT/shims:$PYENV_ROOT/bin:/root/.pyenv/versions/$PYTHON_VERSION/bin:$PATH
27
RUN chmod +x ./pyenv.run && ./pyenv.run && pyenv update && pyenv install $PYTHON_VERSION && pyenv global $PYTHON_VERSION && pyenv rehash && python3 --version
28
29
# Fix vulnerabilities / outdated versions
0 commit comments