8 lines
137 B
Docker
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
|