From 9ab4598b08f1f7e78d054e009babbf6562f32dff Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 9 May 2024 21:30:06 +0000 Subject: [PATCH] images/actions/csharp/Dockerfile aktualisiert --- images/actions/csharp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/actions/csharp/Dockerfile b/images/actions/csharp/Dockerfile index 024f6cc..3e96751 100644 --- a/images/actions/csharp/Dockerfile +++ b/images/actions/csharp/Dockerfile @@ -1,4 +1,4 @@ FROM git.euph.dev/actions/runner-basic:latest ARG PACKAGE_VERSION -RUN sudo apk add --no-cache "dotnet$PACKAGE_VERSION-sdk" mono \ No newline at end of file +RUN sudo apk add --no-cache "dotnet$PACKAGE_VERSION-sdk" \ No newline at end of file