Skip to content

Commit 800ff4a

Browse files
committed
run docker info in container build
1 parent aea3c65 commit 800ff4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/proof-aggregator.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ FROM debian:bookworm-slim AS final
2020

2121
RUN 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
2625
RUN apt-get update && apt-get install -y \
@@ -44,6 +43,8 @@ COPY config-files/config-proof-aggregator-docker.yaml /aligned_layer/config-file
4443
COPY config-files/proof-aggregator.last_aggregated_block.json /aligned_layer/config-files/
4544
COPY 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
4849
CMD ["sleep","infinity"]
4950

0 commit comments

Comments
 (0)