musichoard/.gitea/images/Dockerfile
Wojciech Kozlowski 871aeb8436
All checks were successful
Cargo CI / Build and Test (push) Successful in 1m57s
Cargo CI / Lint (push) Successful in 1m3s
Cargo CI / Build and Test (pull_request) Successful in 1m53s
Cargo CI / Lint (pull_request) Successful in 1m6s
Update beets to 2.0.0 in CI (#182)
Closes #181

Reviewed-on: #182
2024-08-24 15:43:48 +02:00

19 lines
397 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
# Once pipx>=1.5.0 is available use --global instead of env
RUN env PIPX_HOME=/usr/local/pipx \
PIPX_BIN_DIR=/usr/local/bin \
pipx install --include-deps --system-site-packages beets==2.0.0