Skip to content

Commit d9afcb1

Browse files
authored
Remove OPENSSL_ENABLE_SHA1_SIGNATURES from Fedora dockerfiles (#1476)
1 parent b1c0cf4 commit d9afcb1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/fedora/41/helix/amd64/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ RUN dnf upgrade --refresh -y \
5757

5858
ENV \
5959
# Needed for .NET libraries tests to pass
60-
LANG=en-US.UTF-8 \
61-
# Needed for WCF tests to pass (https://github.com/dotnet/wcf/pull/5744#issuecomment-2702201438)
62-
OPENSSL_ENABLE_SHA1_SIGNATURES=1
60+
LANG=en-US.UTF-8
6361

6462
# create helixbot user and give rights to sudo without password
6563
# Fedora does not have all options as other Linux systems

src/fedora/42/helix/amd64/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ RUN dnf upgrade --refresh -y \
5757

5858
ENV \
5959
# Needed for .NET libraries tests to pass
60-
LANG=en-US.UTF-8 \
61-
# Needed for WCF tests to pass (https://github.com/dotnet/wcf/pull/5744#issuecomment-2702201438)
62-
OPENSSL_ENABLE_SHA1_SIGNATURES=1
60+
LANG=en-US.UTF-8
6361

6462
# create helixbot user and give rights to sudo without password
6563
# Fedora does not have all options as other Linux systems

0 commit comments

Comments
 (0)