musichoard/.gitea/images/Dockerfile
Wojciech Kozlowski f395433343
All checks were successful
Cargo CI / Build and Test (push) Successful in 1m49s
Cargo CI / Build and Test (pull_request) Successful in 1m51s
Cargo CI / Lint (push) Successful in 1m5s
Cargo CI / Lint (pull_request) Successful in 1m6s
Update rust toolchain to 1.79 (#176)
Closes #174

Reviewed-on: #176
2024-06-16 16:38:35 +02:00

14 lines
197 B
Docker

FROM docker.io/library/rust:1.79
RUN rustup component add \
clippy \
llvm-tools-preview \
rustfmt
RUN cargo install \
grcov
RUN apt-get update && apt-get install -y \
beets \
nodejs