From 20f92c7ea88303fab66d254c8b211ad9ff532524 Mon Sep 17 00:00:00 2001 From: silvana Date: Fri, 29 Nov 2024 07:14:41 +0100 Subject: [PATCH] hopefully fixed it. --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4961b7a..b34e522 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,8 @@ RUN apk update && \ cargo install cargo-chef \ cargo-hack \ cargo-machete \ - cargo-mutants \ - cargo-fmt \ - cargo-clippy + cargo-mutants && \ + rustup component add rustfmt clippy COPY entrypoint.sh /