Skip to content

Commit

Permalink
fix: Include avm binary
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Oct 9, 2024
1 parent c477fc8 commit 672e034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ COPY --from=aptos /root/.aptos/bin /root/.aptos/bin

# Get solana tooling
COPY --from=solana /root/.cargo/bin/anchor /root/.cargo/bin/anchor
COPY --from=solana /root/.cargo/bin/avm /root/.cargo/bin/avm
COPY --from=solana /root/.avm /root/.avm
COPY --from=solana /root/.solana/bin /root/.solana/bin

Expand Down

0 comments on commit 672e034

Please sign in to comment.