diff --git a/Dockerfile b/Dockerfile index 93457ff..095aa28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,8 @@ RUN rustup component add rustfmt clippy RUN sh -c "$(curl -sSfL https://release.solana.com/$SOLANA_VERSION/install)" ENV PATH=/root/.local/share/solana/install/active_release/bin:$PATH -RUN cargo install --git https://github.com/project-serum/anchor --tag $ANCHOR_VERSION anchor-cli --locked +# RUN cargo install --git https://github.com/project-serum/anchor --tag $ANCHOR_VERSION anchor-cli --locked +RUN cargo install -- git https://github.com/skrrb/anchor --branch cli/run-test-subset anchor-cli --locked RUN curl -fsSL https://deb.nodesource.com/setup_17.x | bash - RUN apt-get install -y nodejs