images/actions/godot/Dockerfile hinzugefügt

This commit is contained in:
Snoweuph 2024-05-09 21:12:21 +00:00
parent 9ab4598b08
commit 5b8e5fd390

View file

@ -0,0 +1,5 @@
FROM git.euph.dev/actions/runner-csharp:latest
ARG PACKAGE_VERSION
RUN sudo apk add --no-cache "something$PACKAGE_VERSION"