Files
iot-cloud-api/.devcontainer/Dockerfile
2023-09-12 21:46:26 +00:00

3 lines
116 B
Docker

FROM rust:1-bookworm
RUN apt update && apt upgrade -y && apt install fish -y
RUn rustup component add clippy rustfmt