From cd129f21f738c0f8e481bd2694f1ec1092093f23 Mon Sep 17 00:00:00 2001 From: maurice Date: Tue, 28 Oct 2025 09:24:18 +0100 Subject: [PATCH] Try trigger --- containers/dotnet/Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/containers/dotnet/Containerfile b/containers/dotnet/Containerfile index 3b8b6dd..9143c23 100644 --- a/containers/dotnet/Containerfile +++ b/containers/dotnet/Containerfile @@ -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 \ No newline at end of file +USER user +RUN dotnet tool install --global dotnet-ef \ No newline at end of file