Skip to content

Commit

Permalink
change wget to curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemka374 committed May 8, 2024
1 parent 437cb7b commit 1bf9545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/proof-fri-compressor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y curl libpq5 ca-certificates && rm -rf /
COPY prover/vk_setup_data_generator_server_fri/data/ /prover/vk_setup_data_generator_server_fri/data/

# copy universal setup key required for proof compression
RUN mkdir keys && cd keys && mkdir setup && cd setup && wget https://storage.googleapis.com/matterlabs-setup-keys-us/setup-keys/setup_2^24.key
RUN mkdir keys && cd keys && mkdir setup && cd setup && curl -LO https://storage.googleapis.com/matterlabs-setup-keys-us/setup-keys/setup_2^24.key

COPY --from=builder /usr/src/zksync/prover/target/release/zksync_proof_fri_compressor /usr/bin/

Expand Down

0 comments on commit 1bf9545

Please sign in to comment.