Skip to content

Commit

Permalink
chore: remove manual openSSL installation in Dockerfile (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam authored Mar 7, 2024
1 parent e62f9a8 commit 21ff9e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ RUN curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL 'https:
ENV PATH="/root/.cargo/bin:${PATH}"
RUN curl -L https://sp1.succinct.xyz | bash && ~/.sp1/bin/sp1up

# Hack to fix openssl issue, will not be needed when toolchain is compiled with newer openssl
RUN curl -L http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.21_amd64.deb -o libssl.deb && yes | dpkg -i libssl.deb

WORKDIR /root/program

ENV CARGO_TERM_COLOR=always
Expand Down

0 comments on commit 21ff9e4

Please sign in to comment.