images/actions/godot/Dockerfile hinzugefügt
This commit is contained in:
parent
550604eb20
commit
5eb11bb6b0
1 changed files with 5 additions and 0 deletions
5
images/actions/godot/Dockerfile
Normal file
5
images/actions/godot/Dockerfile
Normal 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"
|
Loading…
Reference in a new issue