Skip to content

Commit

Permalink
use rzup
Browse files Browse the repository at this point in the history
  • Loading branch information
rlukata committed Nov 23, 2024
1 parent 5196ac9 commit 7ad6fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/blobstream0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ RUN curl -L https://foundry.paradigm.xyz | bash
ENV PATH="/root/.foundry/bin:${PATH}"
RUN foundryup

RUN cargo install cargo-binstall --version '=1.6.9' --locked
RUN cargo binstall cargo-risczero@1.1.1 --no-confirm --force
RUN cargo risczero install
# Install cargo risczero
RUN curl -L https://risczero.com/install | bash
RUN rzup install

# Create and set permissions for the /app directory
# RUN mkdir -p /app && chown -R nobody:nobody /app
Expand Down

0 comments on commit 7ad6fd5

Please sign in to comment.