add clippy to the CI

This commit is contained in:
Trinity Pointard
2021-04-09 01:29:17 +02:00
committed by Alex Auvolat
parent 631c36b3ff
commit 88925ebe22
2 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -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