Skip to content

Commit d6c79bb

Browse files
committed
docker group
1 parent ed56e91 commit d6c79bb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docker/proof-aggregator.Dockerfile

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

3-
RUN apt update -y && apt install -y gcc docker.io
3+
RUN apt update -y && apt install -y gcc docker.io && \
4+
groupadd docker || true && \
5+
usermod -aG docker r
46

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

0 commit comments

Comments
 (0)