From f0970d7c8a07bc43188ba117a908383281802c59 Mon Sep 17 00:00:00 2001 From: Ashutosh Tripathi <39340292+ashucoder9@users.noreply.github.com> Date: Tue, 2 Jul 2024 20:47:52 +0530 Subject: [PATCH] remove ANR from dockerfile Signed-off-by: Ashutosh Tripathi <39340292+ashucoder9@users.noreply.github.com> --- .devcontainer/Dockerfile | 2 -- 1 file changed, 2 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://raw.githubusercontent.com/ava-labs/avalanche-network-runner/main/scripts/install.sh | sh -s