Skip to content

Commit

Permalink
fix: docker build xz-utils off main 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam committed Aug 5, 2024
1 parent b27551c commit d7d9154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update \

ENV PATH="/root/.cargo/bin:${PATH}"

RUN curl -L --no-cache https://sp1.succinct.xyz | bash && ~/.sp1/bin/sp1up
RUN curl -L "https://sp1.succinct.xyz?$(date +%s)" | bash && ~/.sp1/bin/sp1up

# Install the C++ toolchain for RISC-V and create a symlink to it in /root/.sp1/bin
RUN mkdir -p /root/.sp1/riscv \
Expand Down

0 comments on commit d7d9154

Please sign in to comment.