Updates
All checks were successful
Build container / fedora-build (push) Successful in 9m53s

This commit is contained in:
maurice
2025-11-26 13:40:39 +01:00
parent 7adaee8f06
commit 28843cdb89
3 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FROM git.plabble.org/maurice/fedora:main
USER root
RUN dnf -y install dotnet-sdk-9.0
RUN dnf -y install dotnet-sdk-9.0 dotnet-sdk-10.0
COPY install-roslyn.sh /tmp/install-roslyn.sh
RUN chmod +x /tmp/install-roslyn.sh && /tmp/install-roslyn.sh