3 lines
116 B
Docker
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 |