From a151146a6e77897c3247d21cf98087e5df4ad7a0 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Wed, 5 Jul 2023 13:04:53 -0700 Subject: [PATCH] copy anvil --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 69be0d23..f35bc5eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ RUN --mount=type=bind,target=.,rw \ # build tests (done its in own FROM so that it can run in parallel) FROM rust_with_env as build_tests -COPY --from=rust_foundry /root/.foundry /root/ +COPY --from=rust_foundry /root/.foundry/bin/anvil /root/.foundry/bin/ COPY --from=rust_nextest /root/.cargo/bin/cargo-nextest* /root/.cargo/bin/ # test the application with cargo-nextest