musichoard/.gitea/images/Dockerfile
Wojciech Kozlowski 8450193c1c
Some checks failed
Cargo CI / Build and Test (pull_request) Failing after 2m27s
Cargo CI / Lint (pull_request) Successful in 1m34s
Update rust toolchain to 1.78
2024-05-03 12:07:41 +02:00

14 lines
197 B
Docker

FROM docker.io/library/rust:1.78
RUN rustup component add \
clippy \
llvm-tools-preview \
rustfmt
RUN cargo install \
grcov
RUN apt-get update && apt-get install -y \
beets \
nodejs