Skip to content

Commit 9e95dd2

Browse files
committed
docker: install openssl, pkg-config
Needed to compile openssl-sys crate.
1 parent 9f75472 commit 9e95dd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ COPY scripts/build-brotli.sh scripts/
119119
COPY brotli brotli
120120
RUN apt-get update && apt-get install -y cmake
121121
RUN NITRO_BUILD_IGNORE_TIMESTAMPS=1 make build-prover-header
122+
123+
RUN apt-get install -y libssl-dev pkg-config
122124
RUN NITRO_BUILD_IGNORE_TIMESTAMPS=1 make build-espresso-crypto-lib
123125

124126
FROM scratch AS prover-header-export

0 commit comments

Comments
 (0)