diff --git a/docker/organic_test/Dockerfile b/docker/organic_test/Dockerfile index e6e4e59d..392a0058 100644 --- a/docker/organic_test/Dockerfile +++ b/docker/organic_test/Dockerfile @@ -1,4 +1,4 @@ FROM rustlang/rust:nightly-alpine3.17 RUN apk add --no-cache musl-dev emacs -RUN cargo install --locked cargo-cache +RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache