Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pyenv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ RUN pyenv install 2.7.15
RUN pyenv install 3.5.5
RUN pyenv install 3.6.5
RUN pyenv install 3.7.0
RUN pyenv install 3.9.13
RUN pyenv rehash
RUN pyenv global 3.7.0 3.6.5 3.5.5 2.7.15
RUN pyenv global 3.9.13 3.7.0 3.6.5 3.5.5 2.7.15

# install build and test dependencies
RUN pip install --upgrade pip tox wheel
Expand Down
1 change: 1 addition & 0 deletions pyenv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The following Python versions are available in this image:
- 3.5.5
- 3.6.5
- 3.7.0
- 3.9.13

## Available libraries

Expand Down