Add beets to ci image
All checks were successful
Cargo CI / Build and Test (pull_request) Successful in 1m59s
Cargo CI / Lint (pull_request) Successful in 45s

This commit is contained in:
Wojciech Kozlowski 2024-01-06 16:09:47 +01:00
parent 2094fbb41c
commit 39ba961ca7

View File

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