Files
iot-cloud-api/.devcontainer/Dockerfile
2023-09-18 20:40:20 +00:00

7 lines
202 B
Docker

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
USER vscode
RUN cargo install sqlx-cli