We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe1919 commit d0e2d00Copy full SHA for d0e2d00
Dockerfile
@@ -49,6 +49,7 @@ RUN pyenv latest install 3.6 && \
49
pyenv latest install 3.7 && \
50
pyenv latest install 3.8 && \
51
pyenv latest install 3.9 && \
52
+ pyenv latest install 3.10 && \
53
pyenv global $(pyenv versions --bare | tac) && \
54
pyenv versions && \
55
find ${PYENV_ROOT}/versions -depth \
0 commit comments