We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0e2d00 + 53abe95 commit 7d580baCopy full SHA for 7d580ba
Dockerfile
@@ -45,11 +45,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
45
libssl-dev \
46
zlib1g-dev
47
48
-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 && \
+RUN pyenv install 3.7 && \
+ pyenv install 3.8 && \
+ pyenv install 3.9 && \
+ pyenv install 3.10 && \
+ pyenv install 3.11 && \
53
pyenv global $(pyenv versions --bare | tac) && \
54
pyenv versions && \
55
find ${PYENV_ROOT}/versions -depth \
0 commit comments