From 5eb11bb6b01b6c38bce70636fc7fcf147129ecb5 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 9 May 2024 21:12:21 +0000 Subject: [PATCH] =?UTF-8?q?images/actions/godot/Dockerfile=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- images/actions/godot/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 images/actions/godot/Dockerfile diff --git a/images/actions/godot/Dockerfile b/images/actions/godot/Dockerfile new file mode 100644 index 0000000..9eb67c7 --- /dev/null +++ b/images/actions/godot/Dockerfile @@ -0,0 +1,5 @@ +FROM git.euph.dev/actions/runner-csharp:latest + +ARG PACKAGE_VERSION + +RUN sudo apk add --no-cache "something$PACKAGE_VERSION" \ No newline at end of file