images/actions/lua/Dockerfile hinzugefügt
Some checks failed
CI / build_act (push) Successful in 51s
CI / build_php (8.1) (push) Successful in 1m6s
CI / build_php (8.3) (push) Successful in 1m18s
CI / build_php (8.2) (push) Successful in 1m21s
CI / build_java (21) (push) Has been cancelled
CI / build_java (17) (push) Has been cancelled
CI / build_java (8) (push) Has been cancelled
Some checks failed
CI / build_act (push) Successful in 51s
CI / build_php (8.1) (push) Successful in 1m6s
CI / build_php (8.3) (push) Successful in 1m18s
CI / build_php (8.2) (push) Successful in 1m21s
CI / build_java (21) (push) Has been cancelled
CI / build_java (17) (push) Has been cancelled
CI / build_java (8) (push) Has been cancelled
This commit is contained in:
parent
f6491e3772
commit
4c53bce47e
1 changed files with 4 additions and 0 deletions
4
images/actions/lua/Dockerfile
Normal file
4
images/actions/lua/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
FROM git.euph.dev/actions/runner-basic:latest
|
||||||
|
ARG PACKAGE_VERSION
|
||||||
|
|
||||||
|
RUN sudo apk add --no-cache "lua$PACKAGE_VERSION" "luarocks$PACKAGE_VERSION"
|
Loading…
Reference in a new issue