Remove openssl1.1
as it's part of the Codespace image now (#15317)
This commit is contained in:
parent
876a9f7e59
commit
4e9a08ecf3
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue