musichoard/.gitea/images/Dockerfile
Wojciech Kozlowski 8ff09e66ba
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.80 (#180)
Closes #179

Reviewed-on: #180
2024-08-24 15:10:54 +02:00

14 lines
197 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 \
beets \
nodejs