From c0dee6b57b7a8b22d453312d738f5315978b6adb Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Wed, 3 Jul 2024 01:30:04 +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 ab1cdfb..0dc4c39 100644 --- a/images/actions/lua/Dockerfile +++ b/images/actions/lua/Dockerfile @@ -9,4 +9,4 @@ RUN release_info=$(curl -s https://api.github.com/repos/LuaLS/lua-language-serve && sudo mv ./bin/lua-language-server /usr/local/bin/lua-language-server \ && rm -rf bin "$tar_file" -RUN sudo apk add --no-cache "lua$PACKAGE_VERSION" "luarocks$PACKAGE_VERSION" stylua luacheck lua-language-server \ No newline at end of file +RUN sudo apk add --no-cache "lua$PACKAGE_VERSION" "luarocks$PACKAGE_VERSION" stylua luacheck \ No newline at end of file