Install libssl1.1 better
This commit is contained in:
@ -591,7 +591,7 @@ EOK
|
|||||||
chmod 444 /solana-id_ecdsa
|
chmod 444 /solana-id_ecdsa
|
||||||
|
|
||||||
USER=\$(id -un)
|
USER=\$(id -un)
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
$(
|
$(
|
||||||
cd "$here"/scripts/
|
cd "$here"/scripts/
|
||||||
cat \
|
cat \
|
||||||
|
@ -12,7 +12,4 @@ apt-get --assume-yes install libssl-dev
|
|||||||
# solanalabs/rust docker image
|
# solanalabs/rust docker image
|
||||||
#
|
#
|
||||||
# cc: https://github.com/solana-labs/solana/issues/1090
|
# cc: https://github.com/solana-labs/solana/issues/1090
|
||||||
# cc: https://packages.ubuntu.com/bionic/amd64/libssl1.1/download
|
apt-get --assume-yes install libssl1.1
|
||||||
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.1_amd64.deb
|
|
||||||
dpkg -i libssl1.1_1.1.1-1ubuntu2.1~18.04.1_amd64.deb
|
|
||||||
rm libssl1.1_1.1.1-1ubuntu2.1~18.04.1_amd64.deb
|
|
||||||
|
Reference in New Issue
Block a user