Skip to content

Commit 381ed06

Browse files
committed
docker group
1 parent d6c79bb commit 381ed06

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
@@ -2,7 +2,7 @@ FROM ghcr.io/yetanotherco/aligned_layer/aligned_base:latest AS base
22

33
RUN apt update -y && apt install -y gcc docker.io && \
44
groupadd docker || true && \
5-
usermod -aG docker r
5+
usermod -aG docker root
66

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

0 commit comments

Comments
 (0)