add sqlx to rust images
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user