We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979cb80 commit 11f493aCopy full SHA for 11f493a
1 file changed
docker/proof-aggregator.Dockerfile
@@ -40,10 +40,6 @@ RUN apt-get update && apt-get install -y \
40
# Note, we don't need to install docker-ce and containerd.io as we pass the docker engine socket via docker volume
41
RUN apt-get install docker-ce-cli docker-buildx-plugin docker-compose-plugin -y
42
43
-RUN groupadd docker
44
-RUN usermod -aG docker $USER
45
-RUN newgrp docker
46
-
47
COPY --from=base /aligned_layer/aggregation_mode/target/release/proof_aggregator_cpu /aligned_layer/proof_aggregator_cpu
48
COPY config-files/config-proof-aggregator-docker.yaml /aligned_layer/config-files/
49
COPY config-files/proof-aggregator.last_aggregated_block.json /aligned_layer/config-files/
0 commit comments