Skip to content

Commit e4addf4

Browse files
committed
fix: docker-cli installation
1 parent 319ad38 commit e4addf4

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 docker-ce-cli
3+
RUN apt update -y && apt install -y gcc docker.io
44

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

0 commit comments

Comments
 (0)