Wojciech Kozlowski
32e962258b
Some checks failed
Cargo CI / Pipeline (pull_request) Failing after 54s
7 lines
119 B
Docker
7 lines
119 B
Docker
FROM docker.io/library/rust:1.75
|
|
|
|
RUN rustup component add clippy
|
|
|
|
RUN apt-get update && apt-get install -y \
|
|
nodejs
|