Skip to content

Commit

Permalink
chore: Split AVM command in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Aug 20, 2024
1 parent ac72cfa commit 8dc98e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ RUN rm -rf ./solana-*
RUN cargo install --git https://github.com/coral-xyz/anchor avm

# Install anchor
RUN avm install latest && avm use latest
RUN avm install latest

# Set default anchor
RUN avm use latest

# Install foundry
RUN curl -L https://foundry.paradigm.xyz | bash
Expand Down

0 comments on commit 8dc98e2

Please sign in to comment.