File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ FROM debian:bookworm-slim AS final
2020
2121RUN apt update -y && apt install -y libssl-dev ca-certificates
2222
23-
2423# Install required tools and set up Docker repository
2524# Installing docker is necessary for SP1 and Risc0 wrapping to snark
2625RUN apt-get update && apt-get install -y \
@@ -44,6 +43,8 @@ COPY config-files/config-proof-aggregator-docker.yaml /aligned_layer/config-file
4443COPY config-files/proof-aggregator.last_aggregated_block.json /aligned_layer/config-files/
4544COPY config-files/anvil.proof-aggregator.ecdsa.key.json /aligned_layer/config-files/
4645
46+ RUN docker info
47+
4748# Leave it in the background as this container is used to exec the proof_aggregator binary
4849CMD ["sleep" ,"infinity" ]
4950
You can’t perform that action at this time.
0 commit comments