musichoard/.gitea/images/Dockerfile

7 lines
127 B
Docker
Raw Normal View History

FROM docker.io/library/rust:1.75
RUN rustup component add clippy rustfmt
RUN apt-get update && apt-get install -y \
nodejs