File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ RUN wget -q https://golang.org/dl/go$GO_VERSION.linux-${TARGETARCH}.tar.gz && \
2323 rm go$GO_VERSION.linux-${TARGETARCH}.tar.gz
2424ENV PATH=$PATH:/usr/local/go/bin
2525
26+ # Install sp1up and the SP1 toolchain
27+ ENV SP1_HOME="/root/.sp1"
28+ ENV PATH="${SP1_HOME}/bin:${PATH}"
29+ RUN curl -L https://sp1.succinct.xyz | bash && \
30+ sp1up
31+
2632# Prepare for git dependencies
2733ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
2834RUN mkdir -p -m 0700 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ RUN wget -q https://golang.org/dl/go$GO_VERSION.linux-${TARGETARCH}.tar.gz && \
2323 rm go$GO_VERSION.linux-${TARGETARCH}.tar.gz
2424ENV PATH=$PATH:/usr/local/go/bin
2525
26+ # Install sp1up and the SP1 toolchain
27+ ENV SP1_HOME="/root/.sp1"
28+ ENV PATH="${SP1_HOME}/bin:${PATH}"
29+ RUN curl -L https://sp1.succinct.xyz | bash && \
30+ sp1up
31+
2632# Prepare for git dependencies
2733ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
2834RUN mkdir -p -m 0700 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
You can’t perform that action at this time.
0 commit comments