risc0 / risc0-foundry-template

Template for integrating RISC Zero and Ethereum using Foundry
https://risczero.com
108 stars 60 forks source link

fix dockerfile foundry installation command #59

Closed jonathanykh closed 9 months ago

jonathanykh commented 1 year ago

Hi Bonsai team,

Because forge and cast CLI args were split from foundry-cli on recent update foundry-rs/foundry#5596, the current Dockerfile foundry installation command does not work anymore.

Therefore, I have updated the command in accordance with the FoundryBook installation guide

nategraf commented 9 months ago

Thanks for the PR!