Skip to content

Commit

Permalink
fix: docker build xz-utils off main 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam committed Aug 5, 2024
1 parent 923d77d commit b27551c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM ubuntu:24.04@sha256:e3f92abc0967a6c19d0dfa2d55838833e947b9d74edbcb0113e48535ad4be12a

RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates clang curl libssl-dev pkg-config git dialog \
&& apt-get install -y --no-install-recommends ca-certificates clang curl libssl-dev pkg-config git dialog xz-utils \
&& curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL 'https://sh.rustup.rs' | sh -s -- -y

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

RUN curl -L https://sp1.succinct.xyz | bash && ~/.sp1/bin/sp1up
RUN curl -L --no-cache https://sp1.succinct.xyz | 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 b27551c

Please sign in to comment.