We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5196ac9 commit 7ad6fd5Copy full SHA for 7ad6fd5
dockerfiles/blobstream0.Dockerfile
@@ -14,9 +14,9 @@ RUN curl -L https://foundry.paradigm.xyz | bash
14
ENV PATH="/root/.foundry/bin:${PATH}"
15
RUN foundryup
16
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
+# Install cargo risczero
+RUN curl -L https://risczero.com/install | bash
+RUN rzup install
20
21
# Create and set permissions for the /app directory
22
# RUN mkdir -p /app && chown -R nobody:nobody /app
0 commit comments