From 4c53bce47e0649702f7e6fe0575dd7370370c236 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 9 May 2024 09:49:54 +0000 Subject: [PATCH] =?UTF-8?q?images/actions/lua/Dockerfile=20hinzugef=C3=BCg?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- images/actions/lua/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 images/actions/lua/Dockerfile diff --git a/images/actions/lua/Dockerfile b/images/actions/lua/Dockerfile new file mode 100644 index 0000000..d954584 --- /dev/null +++ b/images/actions/lua/Dockerfile @@ -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" \ No newline at end of file