add sqlx to rust images

This commit is contained in:
2025-08-04 10:30:02 +01:00
parent 7b18aeb19a
commit 69cd0f7a25
2 changed files with 6 additions and 13 deletions

View File

@ -8,3 +8,6 @@ RUN tar xzf cargo-nextest.tar.gz -C ${CARGO_HOME:-~/.cargo}/bin
# clean up
RUN rm cargo-nextest.tar.gz
# install sqlx
RUN cargo install sqlx-cli --no-default-features --features native-tls,postgres