musichoard/.gitea/images/Dockerfile
Wojciech Kozlowski d7384476d4
All checks were successful
Cargo CI / Build and Test (push) Successful in 58s
Cargo CI / Lint (push) Successful in 42s
Cargo CI / Build and Test (pull_request) Successful in 1m0s
Cargo CI / Lint (pull_request) Successful in 42s
Add a code coverage check to the CI pipeline (#84)
Closes #83

Reviewed-on: #84
2024-01-06 19:49:41 +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