diff --git a/images/actions/lua/Dockerfile b/images/actions/lua/Dockerfile index d954584..408bd40 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" \ No newline at end of file +RUN sudo apk add --no-cache "lua$PACKAGE_VERSION" "luarocks$PACKAGE_VERSION" stylua \ No newline at end of file