mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
Update openssl 1.1 on Ubuntu 22.04 (#5798)
This commit is contained in:
committed by
GitHub
parent
56dc323e71
commit
e38f75e512
@@ -8,10 +8,10 @@
|
||||
source $HELPER_SCRIPTS/install.sh
|
||||
source $HELPER_SCRIPTS/os.sh
|
||||
|
||||
# Install libssl1.1 dependency
|
||||
# Install libssl1.1 dependency
|
||||
if isUbuntu22; then
|
||||
download_with_retries "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.3_amd64.deb" "/tmp"
|
||||
dpkg -i /tmp/libssl1.1_1.1.1l-1ubuntu1.3_amd64.deb
|
||||
download_with_retries "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.5_amd64.deb" "/tmp"
|
||||
dpkg -i /tmp/libssl1.1_1.1.1l-1ubuntu1.5_amd64.deb
|
||||
fi
|
||||
|
||||
# Install SqlPackage
|
||||
|
||||
Reference in New Issue
Block a user