Skip to content

Commit 319ad38

Browse files
committed
fix: install docker cli on proof aggregator Docker
1 parent 0be9c3f commit 319ad38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/proof-aggregator.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/yetanotherco/aligned_layer/aligned_base:latest AS base
22

3-
RUN apt update -y && apt install -y gcc
3+
RUN apt update -y && apt install -y gcc docker-ce-cli
44

55
# Install SP1 toolchain
66
RUN curl -L https://sp1up.succinct.xyz | bash -s -- -y

0 commit comments

Comments
 (0)