Skip to content

Commit

Permalink
Fix anvil binary not found
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonGraeme committed Jan 17, 2024
1 parent 3b9b1df commit 5c00b99
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 @@ -31,7 +31,8 @@ RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
RUN curl https://hub.ezkl.xyz/install_ezkl_cli.sh | bash
RUN curl -L https://foundry.paradigm.xyz | bash && /home/jovyan/.foundry/bin/foundryup
RUN alias anvil=/home/jovyan/.foundry/bin/anvil
ENV PATH="/home/jovyan/.foundry/bin:$PATH"

USER root
RUN apt-get update && apt-get install -y software-properties-common
RUN add-apt-repository ppa:ethereum/ethereum -y
Expand Down

0 comments on commit 5c00b99

Please sign in to comment.