Skip to content

Commit

Permalink
Delete step to install anvil
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrobles92 committed Jun 12, 2024
1 parent 0ce7e88 commit 5d691f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ RUN rustup target add x86_64-pc-windows-msvc && \

RUN cargo binstall cargo-get cargo-nextest cargo-llvm-cov cargo-release --secure -y

# Install Anvil
RUN cargo install --git https://github.com/foundry-rs/foundry --locked anvil


# Platform specific tooling
ARG TARGETPLATFORM
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ] ; then \
Expand Down

0 comments on commit 5d691f4

Please sign in to comment.