Skip to content

Commit

Permalink
Add genesis files to builder Docker build (#1509)
Browse files Browse the repository at this point in the history
* add genesis files to builder docker build

* fix env var
  • Loading branch information
rob-maron authored May 28, 2024
1 parent 8182221 commit 1a203b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/permissionless-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["tini", "--"]

# Install genesis files for all supported configurations. The desired configuration can be chosen by
# setting `ESPRESSO_BUILDER_GENESIS_FILE`.
COPY data/genesis /genesis

# Download an SRS file to avoid download at runtime
ENV AZTEC_SRS_PATH=/kzg10-aztec20-srs-1048584.bin
RUN curl -LO https://github.com/EspressoSystems/ark-srs/releases/download/v0.2.0/$AZTEC_SRS_PATH
Expand Down

0 comments on commit 1a203b8

Please sign in to comment.