diff options
author | Trinity Pointard <trinity.pointard@gmail.com> | 2021-04-09 01:29:17 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-05-03 22:11:37 +0200 |
commit | 88925ebe2210a8382b4d353fcab15d2b5c345efb (patch) | |
tree | e2f86821f3ceac6c3151398d7f0dac94c343e319 /script/builder_image | |
parent | 631c36b3ff76f9b09a5aed54dc343469a89f9989 (diff) | |
download | garage-88925ebe2210a8382b4d353fcab15d2b5c345efb.tar.gz garage-88925ebe2210a8382b4d353fcab15d2b5c345efb.zip |
add clippy to the CI
Diffstat (limited to 'script/builder_image')
-rw-r--r-- | script/builder_image/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |