Wojciech Kozlowski 76b7e7bd22
All checks were successful
Cargo CI / Build and Test (push) Successful in 1m55s
Cargo CI / Lint (push) Successful in 1m5s
Update Rust toolchain to 1.83 in CI (#235)
Closes #234

Reviewed-on: #235
2024-12-30 22:40:07 +01:00

19 lines
397 B
Docker

FROM docker.io/library/rust:1.83
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