From 4e9a08ecf34aaf0988933b7f40d46c411d437ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Fri, 20 Jan 2023 12:26:02 +0100 Subject: [PATCH] Remove `openssl1.1` as it's part of the Codespace image now (#15317) --- .devcontainer/vmr-source-build/init.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.devcontainer/vmr-source-build/init.sh b/.devcontainer/vmr-source-build/init.sh index 8861a4f5d..b9d4e315c 100755 --- a/.devcontainer/vmr-source-build/init.sh +++ b/.devcontainer/vmr-source-build/init.sh @@ -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")