This commit is contained in:
maurice
2025-10-28 09:16:51 +01:00
parent 407ba8afae
commit 778ee0a2a6
17 changed files with 77 additions and 104 deletions

View File

@@ -0,0 +1,9 @@
FROM git.plabble.org/maurice/devc-base:main
USER root
RUN dnf -y install dotnet-sdk-9.0
COPY scripts/install-roslyn.sh /tmp/install-roslyn.sh
RUN chmod +x /tmp/install-roslyn.sh && /tmp/install-roslyn.sh
USER user