From 0fecbe793a897f0a64acfc015bf5392c3d946562 Mon Sep 17 00:00:00 2001 From: redshiftzero Date: Thu, 5 Oct 2023 11:12:40 -0400 Subject: [PATCH] chore: add tools to dockerfile --- deployments/containerfiles/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/deployments/containerfiles/Dockerfile b/deployments/containerfiles/Dockerfile index b196a6669f..0aebb9c274 100644 --- a/deployments/containerfiles/Dockerfile +++ b/deployments/containerfiles/Dockerfile @@ -14,6 +14,7 @@ WORKDIR /usr/src/penumbra # Add rust dependency lockfiles first, to cache downloads. COPY Cargo.lock Cargo.toml . COPY crates ./crates +COPY tools/ ./tools RUN cargo fetch # Unfortunately, container layer cache is busted copying in the .git # dir, which is required for using vergen, so we rebuild the rust