File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,7 @@ RUN dnf upgrade --refresh -y \
57
57
58
58
ENV \
59
59
# 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
63
61
64
62
# create helixbot user and give rights to sudo without password
65
63
# Fedora does not have all options as other Linux systems
Original file line number Diff line number Diff line change @@ -57,9 +57,7 @@ RUN dnf upgrade --refresh -y \
57
57
58
58
ENV \
59
59
# 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
63
61
64
62
# create helixbot user and give rights to sudo without password
65
63
# Fedora does not have all options as other Linux systems
You can’t perform that action at this time.
0 commit comments