diff --git a/Dockerfile b/Dockerfile index da784e2..81cc022 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9. RUN cargo binstall -y \ cargo-chef@0.1.67 \ + cargo-hack@0.6.31 \ release-plz@0.3.80 && \ rustup component add rustfmt clippy