Skip to content

Commit

Permalink
feat(risc0): change base image
Browse files Browse the repository at this point in the history
  • Loading branch information
hunshenshi committed Aug 1, 2024
1 parent 723e5c7 commit 79383de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions risc0-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ RUN cd risc0-server && cargo build --release



FROM rust:1.79.0
FROM wangweixiaohao2944/risc0serverbase:v1.0.0

RUN apt update && apt -y install libpq-dev libpq5
# 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
# RUN cargo install cargo-binstall
# RUN echo yes | cargo binstall cargo-risczero
# RUN cargo risczero install


WORKDIR /risc0server/
Expand Down

0 comments on commit 79383de

Please sign in to comment.