From 054db60eb4e7a2b0d62c114c7d074d1cb64e1197 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Wed, 3 Jul 2024 00:13:25 +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 88a0109..41e76bc 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 luacheck lua-inspect \ No newline at end of file +RUN sudo apk add --no-cache "lua$PACKAGE_VERSION" "luarocks$PACKAGE_VERSION" stylua luacheck lua-inspect lua-language-server \ No newline at end of file