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

This commit is contained in:
Wojciech Kozlowski 2024-01-06 10:49:18 +01:00
parent 3137fffac6
commit b12d7f1c36

View File

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