Add clippy to ci image
Some checks failed
Cargo CI / Pipeline (pull_request) Failing after 54s

This commit is contained in:
Wojciech Kozlowski 2024-01-06 10:47:09 +01:00
parent 3137fffac6
commit 32e962258b

View File

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