Skip to content

Commit

Permalink
add avalanche-cli to container
Browse files Browse the repository at this point in the history
  • Loading branch information
Andyvargtz committed Apr 9, 2024
1 parent b1bba8a commit 8b49324
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
ARG AVALANCHEGO_VERSION
FROM avaplatform/avalanche-cli:v1.4.2 as avalanche-cli
FROM avaplatform/avalanchego:$AVALANCHEGO_VERSION as avalanchego
FROM mcr.microsoft.com/devcontainers/base

COPY --from=avalanchego /avalanchego/build /go/src/github.com/ava-labs/avalanchego/build
COPY --from=avalanche-cli /avalanche /usr/local/bin/avalanche

RUN curl -sSfL https://raw.githubusercontent.com/ava-labs/avalanche-network-runner/main/scripts/install.sh | sh -s

0 comments on commit 8b49324

Please sign in to comment.