Skip to content

Commit

Permalink
tools/docker: Fix fedora-41 dotnet build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Feb 12, 2025
1 parent 20a8802 commit f7d27a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/docker/images/fedora-41.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ RUN dnf -y update \
# Install .Net
# see: https://docs.microsoft.com/en-us/dotnet/core/install/linux-fedora
RUN dnf -y update \
&& dnf -y install dotnet-sdk-8.0 \
&& dnf -y install dotnet-sdk-8.0 crypto-policies-scripts \
&& dnf clean all
# https://docs.redhat.com/en/documentation/net/6.0/html/release_notes_for_.net_6.0_rpm_packages/known-issues_release-notes-for-dotnet-rpms
RUN update-crypto-policies --set DEFAULT:SHA1
# Trigger first run experience by running arbitrary cmd
RUN dotnet --info

Expand Down

0 comments on commit f7d27a1

Please sign in to comment.