Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ercecan committed Apr 28, 2024
1 parent 1a3ba46 commit ee965f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
COPY . .

# Install risczero
RUN cargo risczero install --version v2024-04-22.0
RUN cargo install cargo-binstall && cargo binstall cargo-risczero -y && cargo risczero install --version v2024-04-22.0

# Build the project
RUN cargo build --release --bin citrea
Expand Down

0 comments on commit ee965f0

Please sign in to comment.