Skip to content

Commit

Permalink
install libcrypto.so.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Mar 22, 2024
1 parent 778dd71 commit 7345ed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ RUN apt-get update && apt-get install -yq \
&& rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*

# install libcrypto.so.1.1 which is needed by sdk 2.17
RUN wget http://archive.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

#
# Adding default user ubuntu
Expand Down

0 comments on commit 7345ed6

Please sign in to comment.