File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 11FROM ghcr.io/yetanotherco/aligned_layer/aligned_base:latest AS base
22
3- RUN apt update -y && apt install -y gcc docker.io && \
4- groupadd docker || true && \
5- usermod -aG docker root
6-
73# Install SP1 toolchain
84RUN curl -L https://sp1up.succinct.xyz | bash -s -- -y
95ENV PATH="/root/.sp1/bin:${PATH}"
@@ -20,7 +16,7 @@ WORKDIR /aligned_layer
2016
2117RUN IN_DOCKER=true cargo build --manifest-path ./aggregation_mode/Cargo.toml --features prove --release --bin proof_aggregator_cpu
2218
23- FROM debian:bookworm-slim AS final
19+ FROM docker:24.0.7-dind AS final
2420
2521COPY --from=base /aligned_layer/aggregation_mode/target/release/proof_aggregator_cpu /aligned_layer/proof_aggregator_cpu
2622COPY config-files/config-proof-aggregator-docker.yaml /aligned_layer/config-files/
You can’t perform that action at this time.
0 commit comments