2024-01-06 11:14:30 +01:00
|
|
|
FROM docker.io/library/rust:1.75
|
|
|
|
|
2024-01-06 19:49:41 +01:00
|
|
|
RUN rustup component add \
|
|
|
|
clippy \
|
|
|
|
llvm-tools-preview \
|
|
|
|
rustfmt
|
|
|
|
|
|
|
|
RUN cargo install \
|
|
|
|
grcov
|
2024-01-06 11:14:30 +01:00
|
|
|
|
|
|
|
RUN apt-get update && apt-get install -y \
|
2024-01-06 16:14:07 +01:00
|
|
|
beets \
|
2024-01-06 11:14:30 +01:00
|
|
|
nodejs
|