added get telemetry
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user