New main #2

Closed
Maurice wants to merge 41 commits from Maurice/devcontainer:new-main into main
Showing only changes of commit cd129f21f7 - Show all commits
+2 -1
View File
@@ -6,4 +6,5 @@ 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
USER user
RUN dotnet tool install --global dotnet-ef