We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c79bb commit 381ed06Copy full SHA for 381ed06
docker/proof-aggregator.Dockerfile
@@ -2,7 +2,7 @@ FROM ghcr.io/yetanotherco/aligned_layer/aligned_base:latest AS base
2
3
RUN apt update -y && apt install -y gcc docker.io && \
4
groupadd docker || true && \
5
- usermod -aG docker r
+ usermod -aG docker root
6
7
# Install SP1 toolchain
8
RUN curl -L https://sp1up.succinct.xyz | bash -s -- -y
0 commit comments