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