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 510afd1 commit 787be40Copy full SHA for 787be40
Dockerfile
@@ -27,6 +27,8 @@ RUN pip3 install mkdocs --break-system-packages
27
ENV HOME="/root"
28
WORKDIR ${HOME}
29
30
+SHELL ["/bin/bash", "-c"]
31
+
32
RUN git clone --depth=1 https://github.com/pyenv/pyenv.git .pyenv
33
34
RUN chown -R jenkins:jenkins "${HOME}/.pyenv"
0 commit comments