Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Jul 16, 2024
1 parent a9bd9bc commit f19f368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions check/src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ fn create_image(version: &str) -> Result<()> {
RUN rustup toolchain install {} && rustup default {}
RUN apt-get update && apt-get install -y git
RUN git clone https://github.com/offchainlabs/cargo-stylus.git /cargo-stylus
RUN git checkout proper-program-verification
WORKDIR /cargo-stylus
RUN ./install.sh
",
Expand Down

0 comments on commit f19f368

Please sign in to comment.