From 79d0b4f967571419565751f792eeb14ff74dd156 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Sun, 26 Jan 2025 14:08:02 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1bbabc2..bed7f7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ COPY --from=planner /rustical/recipe.json recipe.json RUN cargo chef cook --release --target "$(cat /tmp/rust_target)" COPY . . -RUN --mount=type=cache,target=target cargo install --target "$(cat /tmp/rust_target)" --path . +RUN cargo install --target "$(cat /tmp/rust_target)" --path . FROM scratch COPY --from=builder /usr/local/cargo/bin/rustical /usr/local/bin/rustical