Try trigger

This commit is contained in:
maurice
2025-10-28 09:24:18 +01:00
parent 8a47711c61
commit cd129f21f7

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