From 8b71ff3cb6e78b2602cff8dd35acdf7434067425 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Wed, 16 Apr 2025 23:30:08 +0100 Subject: [PATCH] ci(docker): add clippy --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d1e1d4..13a2fc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ FROM rust:latest COPY .github/scripts/ubuntu_setup.sh /scripts/ubuntu_setup.sh -RUN /scripts/ubuntu_setup.sh \ No newline at end of file +RUN /scripts/ubuntu_setup.sh + +RUN rustup component add clippy \ No newline at end of file