Skip to content

Commit

Permalink
feat(risc0): add base dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hunshenshi committed Aug 1, 2024
1 parent 79383de commit 94a32dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions risc0-server/BaseDockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM rust:1.79.0

RUN apt update && apt -y install libpq-dev libpq5

RUN cargo install cargo-binstall
RUN echo yes | cargo binstall cargo-risczero
RUN cargo risczero install

0 comments on commit 94a32dd

Please sign in to comment.