added get telemetry

This commit is contained in:
2023-09-18 20:40:20 +00:00
parent fa029e838a
commit cd0581973d
6 changed files with 66 additions and 18 deletions

View File

@@ -2,4 +2,6 @@ FROM rust:1-bookworm
RUN apt update && apt upgrade -y && apt install fish iputils-ping -y
RUN rustup component add clippy rustfmt
RUN useradd -ms /bin/fish vscode
RUN useradd -ms /bin/fish vscode
USER vscode
RUN cargo install sqlx-cli