need anvil and configs for tests
This commit is contained in:
parent
456e903734
commit
719102c4f0
@ -2,7 +2,6 @@ flamegraph.svg
|
||||
perf.data
|
||||
perf.data.old
|
||||
|
||||
/config/*.toml
|
||||
/.git
|
||||
/bin/
|
||||
/data/
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user