7 lines
127 B
Docker
7 lines
127 B
Docker
|
FROM docker.io/library/rust:1.75
|
||
|
|
||
|
RUN rustup component add clippy rustfmt
|
||
|
|
||
|
RUN apt-get update && apt-get install -y \
|
||
|
nodejs
|