Remove openssl1.1 as it's part of the Codespace image now (#15317)

This commit is contained in:
Přemek Vysoký 2023-01-20 12:26:02 +01:00 committed by GitHub
parent 876a9f7e59
commit 4e9a08ecf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,9 +5,6 @@ set -ex
source="${BASH_SOURCE[0]}"
script_root="$( cd -P "$( dirname "$source" )" && pwd )"
# TODO: Remove once we have a new version of the image
dnf -y install openssl1.1
installer_dir=$(realpath "$script_root/../..")
workspace_dir=$(realpath "$installer_dir/../")
tmp_dir=$(realpath "$workspace_dir/tmp")