Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Jan 13, 2025
1 parent 403b1e0 commit 57cf559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-22.04-risc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN pyenv install 3.11
RUN pyenv install 3.12
RUN pyenv install 3.13

RUN pyenv global 3.12 3.11 3.10 3.9 3.8
RUN pyenv global 3.13 3.12 3.11 3.10 3.9 3.8

# make sure sqlite is loaded from the expected path
RUN ldd $(python3.8 -c 'import _sqlite3; print(_sqlite3.__file__)') | grep /opt/sqlite3/lib/
Expand Down

0 comments on commit 57cf559

Please sign in to comment.