From 88925ebe2210a8382b4d353fcab15d2b5c345efb Mon Sep 17 00:00:00 2001 From: Trinity Pointard Date: Fri, 9 Apr 2021 01:29:17 +0200 Subject: add clippy to the CI --- script/builder_image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/builder_image/Dockerfile b/script/builder_image/Dockerfile index 00dea191..908c7e3c 100644 --- a/script/builder_image/Dockerfile +++ b/script/builder_image/Dockerfile @@ -3,5 +3,5 @@ RUN apt-get update && \ apt-get install --yes libsodium-dev awscli python-pip wget rclone openssl socat && \ rm -rf /var/lib/apt/lists/* RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc -O /usr/local/bin/mc && chmod +x /usr/local/bin/mc -RUN rustup component add rustfmt +RUN rustup component add rustfmt clippy RUN pip install s3cmd -- cgit v1.2.3