Skip to content

Commit

Permalink
chore: add libssl dependency in x86 docker file
Browse files Browse the repository at this point in the history
Signed-off-by: Phoeniix Zhao <[email protected]>
  • Loading branch information
Phoenix500526 committed Oct 23, 2023
1 parent 3905af7 commit 0623802
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/x86_64-unknown-linux-gnu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ RUN set-eux; apt-get update && \
apt-get install --assume-yes clang libclang-dev unzip wget libssl-dev && \
wget https://github.com/protocolbuffers/protobuf/releases/download/v21.10/protoc-21.10-linux-x86_64.zip && \
unzip protoc-21.10-linux-x86_64.zip -d /usr/local \
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb && \
dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb

0 comments on commit 0623802

Please sign in to comment.