diff --git a/Dockerfile b/Dockerfile index ebf1076..dc3feba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \ cp -R /usr/local/cargo/git /cargo-cache/ # Ensure the content of /cargo-cache && clean unnecessary files -RUN ls -la /cargo-cache/registry && ls -la /cargo-cache/git && rm -rfd /cargo-cache/registry/cache +RUN ls -la /cargo-cache/registry && ls -la /cargo-cache/git && rm -rfd /cargo-cache/registry/src # Main build stage FROM rust:1.80-slim AS builder