Skip to content

Commit

Permalink
feat(docker): Add multi-thread support (and hence GH Actions)
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Mar 24, 2022
1 parent 2c501a6 commit b5c0c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.url="https://github.com/lunarmodules/luacheck/pkgs/container/luacheck"
LABEL org.opencontainers.image.source="https://github.com/lunarmodules/luacheck"

RUN apk add --no-cache dumb-init lua lua-argparse lua-filesystem
RUN apk add --no-cache dumb-init lua lua-argparse lua-filesystem lua-lanes

COPY "src/luacheck/" "/usr/share/lua/5.1/luacheck/"
COPY "bin/luacheck.lua" "/usr/bin/luacheck"
Expand Down

0 comments on commit b5c0c96

Please sign in to comment.