Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/fedora/41/helix/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions src/fedora/42/helix/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down