We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea3c65 commit 800ff4aCopy full SHA for 800ff4a
1 file changed
docker/proof-aggregator.Dockerfile
@@ -20,7 +20,6 @@ FROM debian:bookworm-slim AS final
20
21
RUN apt update -y && apt install -y libssl-dev ca-certificates
22
23
-
24
# Install required tools and set up Docker repository
25
# Installing docker is necessary for SP1 and Risc0 wrapping to snark
26
RUN apt-get update && apt-get install -y \
@@ -44,6 +43,8 @@ COPY config-files/config-proof-aggregator-docker.yaml /aligned_layer/config-file
44
43
COPY config-files/proof-aggregator.last_aggregated_block.json /aligned_layer/config-files/
45
COPY config-files/anvil.proof-aggregator.ecdsa.key.json /aligned_layer/config-files/
46
+RUN docker info
47
+
48
# Leave it in the background as this container is used to exec the proof_aggregator binary
49
CMD ["sleep","infinity"]
50
0 commit comments