File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1184,7 +1184,7 @@ docker_verify_proof_submission_success:
11841184
11851185docker_proof_aggregator_run_sp1 :
11861186 docker exec $(shell docker ps | grep proof-aggregator | awk '{print $$1}') \
1187- sh -c ' RUST_BACKTRACE=1 AGGREGATOR=sp1 \
1187+ sh -c ' AGGREGATOR=sp1 \
11881188 /aligned_layer/proof_aggregator_cpu /aligned_layer/config-files/config-proof-aggregator-docker.yaml \
11891189 && echo " {\" last_aggregated_block\" :0}" > config-files/proof-aggregator.last_aggregated_block.json'
11901190
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ RUN IN_DOCKER=true cargo build --manifest-path ./aggregation_mode/Cargo.toml --f
1818
1919FROM docker:28.2.2-cli AS final
2020
21- RUN apt update -y && apt install -y libssl-dev ca-certificates
22-
21+ RUN apk add --no-cache openssl-dev ca-certificates
2322
2423COPY --from=base /aligned_layer/aggregation_mode/target/release/proof_aggregator_cpu /aligned_layer/proof_aggregator_cpu
2524COPY config-files/config-proof-aggregator-docker.yaml /aligned_layer/config-files/
You can’t perform that action at this time.
0 commit comments