From 6defc2840c1a0e4be35b3277f099a613216bea77 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 27 Jun 2023 12:03:31 -0700 Subject: [PATCH] with the caches mounted, i think incremental will actually help --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb47cddc..8ffbe72e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM debian:bullseye-slim as rust WORKDIR /app -ENV CARGO_INCREMENTAL 0 ENV CARGO_TERM_COLOR always ENV PATH "/root/.foundry/bin:/root/.cargo/bin:${PATH}"