mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Updated libssl
This commit is contained in:
@@ -10,8 +10,8 @@ RUN apt-get update \
|
||||
openssl \
|
||||
ca-certificates \
|
||||
curl \
|
||||
&& curl -O http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb \
|
||||
&& dpkg -i libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb \
|
||||
&& curl -O http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb \
|
||||
&& dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& mkdir /usr/local/bin/hotpocket
|
||||
|
||||
|
||||
Reference in New Issue
Block a user