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

This commit is contained in:
Snoweuph 2024-05-09 09:49:54 +00:00
parent f6491e3772
commit 4c53bce47e

View 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"