Skip to content

Commit 787be40

Browse files
authored
Update Dockerfile
1 parent 510afd1 commit 787be40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ RUN pip3 install mkdocs --break-system-packages
2727
ENV HOME="/root"
2828
WORKDIR ${HOME}
2929

30+
SHELL ["/bin/bash", "-c"]
31+
3032
RUN git clone --depth=1 https://github.com/pyenv/pyenv.git .pyenv
3133

3234
RUN chown -R jenkins:jenkins "${HOME}/.pyenv"

0 commit comments

Comments
 (0)