Skip to content

Commit

Permalink
Add pyenv installation for python 3.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidenissov-cog committed Dec 27, 2024
1 parent 532762a commit 90318a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.2stage
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ RUN curl https://pyenv.run | /bin/bash && \
eval "$(pyenv virtualenv-init -)" && \
pyenv install --list | grep " 3\.[56789]" && \
pyenv install 3.10.11 && \
pyenv install 3.12.8 && \
pyenv global 3.10.11

RUN \
Expand Down

0 comments on commit 90318a4

Please sign in to comment.