From 583b7053f0941b3d26039b038a6505eb707386c7 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 9 May 2024 19:53:43 +0000 Subject: [PATCH] =?UTF-8?q?images/actions/c#/Dockerfile=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- images/actions/c#/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 images/actions/c#/Dockerfile diff --git a/images/actions/c#/Dockerfile b/images/actions/c#/Dockerfile new file mode 100644 index 0000000..024f6cc --- /dev/null +++ b/images/actions/c#/Dockerfile @@ -0,0 +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