Skip to content

Commit

Permalink
chore: update to subset cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mralbertchen committed Oct 1, 2022
1 parent 99097a1 commit df60a65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df60a65

Please sign in to comment.