musichoard/.gitea/images/Dockerfile
Wojciech Kozlowski a31688b0f2
Some checks failed
Cargo CI / Build and Test (pull_request) Failing after 1m3s
Cargo CI / Lint (pull_request) Successful in 1m6s
Update beets to 2.0.0 in CI
2024-08-24 15:21:34 +02:00

16 lines
265 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 \
nodejs \
pipx
RUN pipx install --include-deps --system-site-packages beets==2.0.0