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