musichoard/.gitea/images/Dockerfile
Wojciech Kozlowski 26f0ccd842
All checks were successful
Cargo CI / Build and Test (push) Successful in 2m1s
Cargo CI / Lint (push) Successful in 43s
Add integration tests to CI (#82)
Closes #81

Reviewed-on: #82
2024-01-06 16:14:07 +01:00

8 lines
137 B
Docker

FROM docker.io/library/rust:1.75
RUN rustup component add clippy rustfmt
RUN apt-get update && apt-get install -y \
beets \
nodejs