Skip to content

Commit

Permalink
Add sqlx & cargo-watch.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinydogio-joshua committed Jan 31, 2023
1 parent 899543f commit 50cd4e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ FROM mcr.microsoft.com/devcontainers/rust:0-1-bullseye
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install clang lld \
&& apt-get autoremove -y && apt-get clean -y

RUN cargo install cargo-watch \
&& cargo install sqlx-cli --no-default-features --features native-tls,postgres
Binary file added .sfdx/tools/apex.db
Binary file not shown.

0 comments on commit 50cd4e8

Please sign in to comment.