From 4eb46db707204b2cf16d53f73a1ab6c2fc12df44 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Tue, 2 Jul 2024 23:57:32 +0000 Subject: [PATCH] images/actions/lua/Dockerfile aktualisiert --- images/actions/lua/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/actions/lua/Dockerfile b/images/actions/lua/Dockerfile index 408bd40..88a0109 100644 --- a/images/actions/lua/Dockerfile +++ b/images/actions/lua/Dockerfile @@ -1,4 +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" stylua \ No newline at end of file +RUN sudo apk add --no-cache "lua$PACKAGE_VERSION" "luarocks$PACKAGE_VERSION" stylua luacheck lua-inspect \ No newline at end of file