Skip to content

Commit 7ad6fd5

Browse files
committed
use rzup
1 parent 5196ac9 commit 7ad6fd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dockerfiles/blobstream0.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ RUN curl -L https://foundry.paradigm.xyz | bash
1414
ENV PATH="/root/.foundry/bin:${PATH}"
1515
RUN foundryup
1616

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

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

0 commit comments

Comments
 (0)