musichoard/.gitea/images/Dockerfile
Wojciech Kozlowski 12dbe5f23c
Some checks failed
Cargo CI / Build and Test (pull_request) Failing after 2m17s
Cargo CI / Lint (pull_request) Successful in 45s
Add code coverage to ci
2024-01-06 18:26:59 +01:00

14 lines
197 B
Docker

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