We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f75472 commit 9e95dd2Copy full SHA for 9e95dd2
Dockerfile
@@ -119,6 +119,8 @@ COPY scripts/build-brotli.sh scripts/
119
COPY brotli brotli
120
RUN apt-get update && apt-get install -y cmake
121
RUN NITRO_BUILD_IGNORE_TIMESTAMPS=1 make build-prover-header
122
+
123
+RUN apt-get install -y libssl-dev pkg-config
124
RUN NITRO_BUILD_IGNORE_TIMESTAMPS=1 make build-espresso-crypto-lib
125
126
FROM scratch AS prover-header-export
0 commit comments