need anvil and configs for tests

This commit is contained in:
Bryan Stitt 2022-12-14 19:25:57 -08:00
parent 456e903734
commit 719102c4f0
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,6 @@ flamegraph.svg
perf.data
perf.data.old
/config/*.toml
/.git
/bin/
/data/

View File

@ -1,5 +1,8 @@
FROM rust:1-bullseye as builder
ENV PATH /root/.foundry/bin:$PATH
RUN curl -L https://foundry.paradigm.xyz | bash && foundryup
WORKDIR /usr/src/web3_proxy
COPY . .
RUN --mount=type=cache,target=/usr/local/cargo/registry \