musichoard/.gitea/images/Dockerfile
Wojciech Kozlowski c195655089
Some checks failed
Cargo CI / Build and Test (pull_request) Successful in 1m58s
Cargo CI / Lint (pull_request) Failing after 43s
Update rust toolchain to 1.80
2024-08-24 14:35:38 +02:00

14 lines
197 B
Docker

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