Skip to content

Commit

Permalink
Update Dockerfile (remove 3.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe authored Jan 14, 2025
1 parent 41d9017 commit 7fe0e04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ubuntu-22.04-risc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ RUN pyenv install 3.13
RUN pyenv global 3.13 3.12 3.11 3.10 3.9

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

0 comments on commit 7fe0e04

Please sign in to comment.