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 3444485 commit 306247eCopy full SHA for 306247e
Dockerfile.buster
@@ -64,7 +64,7 @@ ENV PYENV_ROOT /root/.pyenv
64
ENV PATH ${PYENV_ROOT}/shims:${PYENV_ROOT}/bin:$PATH
65
66
# Install pyenv
67
-RUN git clone git://github.com/pyenv/pyenv.git "${PYENV_ROOT}"
+RUN git clone --depth 1 --branch v2.2.4 git://github.com/pyenv/pyenv.git "${PYENV_ROOT}"
68
69
70
# Install all required python versions
0 commit comments