musichoard/.gitea/images/Dockerfile
Wojciech Kozlowski f1824a5d5b
Some checks failed
Cargo CI / Build and Test (pull_request) Failing after 2m44s
Cargo CI / Lint (pull_request) Successful in 1m43s
Update rust toolchain to 1.79
2024-06-16 12:08:34 +02:00

14 lines
197 B
Docker

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