From feb86e04bb35e78427704b602087f7c7ff809c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Thu, 17 Jul 2025 19:06:16 +0200 Subject: [PATCH] Remove OPENSSL_ENABLE_SHA1_SIGNATURES from Fedora dockerfiles Follow-up to https://github.com/dotnet/dotnet-buildtools-prereqs-docker/pull/1391#issuecomment-3070128484 WCF is setting the env var in their build instead now. --- src/fedora/41/helix/amd64/Dockerfile | 4 +--- src/fedora/42/helix/amd64/Dockerfile | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/fedora/41/helix/amd64/Dockerfile b/src/fedora/41/helix/amd64/Dockerfile index a7918f840..05ee7aa3c 100644 --- a/src/fedora/41/helix/amd64/Dockerfile +++ b/src/fedora/41/helix/amd64/Dockerfile @@ -57,9 +57,7 @@ RUN dnf upgrade --refresh -y \ ENV \ # Needed for .NET libraries tests to pass - LANG=en-US.UTF-8 \ - # Needed for WCF tests to pass (https://github.com/dotnet/wcf/pull/5744#issuecomment-2702201438) - OPENSSL_ENABLE_SHA1_SIGNATURES=1 + LANG=en-US.UTF-8 # create helixbot user and give rights to sudo without password # Fedora does not have all options as other Linux systems diff --git a/src/fedora/42/helix/amd64/Dockerfile b/src/fedora/42/helix/amd64/Dockerfile index e8f15b8d5..18936ef3e 100644 --- a/src/fedora/42/helix/amd64/Dockerfile +++ b/src/fedora/42/helix/amd64/Dockerfile @@ -57,9 +57,7 @@ RUN dnf upgrade --refresh -y \ ENV \ # Needed for .NET libraries tests to pass - LANG=en-US.UTF-8 \ - # Needed for WCF tests to pass (https://github.com/dotnet/wcf/pull/5744#issuecomment-2702201438) - OPENSSL_ENABLE_SHA1_SIGNATURES=1 + LANG=en-US.UTF-8 # create helixbot user and give rights to sudo without password # Fedora does not have all options as other Linux systems