mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
Remove libssl dependency (#7166)
This commit is contained in:
@@ -8,12 +8,6 @@
|
||||
source $HELPER_SCRIPTS/install.sh
|
||||
source $HELPER_SCRIPTS/os.sh
|
||||
|
||||
# Install libssl1.1 dependency
|
||||
if isUbuntu22; then
|
||||
download_with_retries "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb" "/tmp"
|
||||
dpkg -i /tmp/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb
|
||||
fi
|
||||
|
||||
# Install SqlPackage
|
||||
download_with_retries "https://aka.ms/sqlpackage-linux" "." "sqlpackage.zip"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user