Skip to content

Commit

Permalink
chore(docker): Enable installation of LuaRocks in Docker w/ LuaJIT
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jan 9, 2024
1 parent 62cea1a commit d03f8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ REVISION=$(git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g')

RUNTIME_DEPS='fontconfig freetype2 gentium-plus-font glibc harfbuzz icu libpng luajit zlib'\
' libertinus-font luarocks noto-fonts-cjk ttf-hack'
BUILD_DEPS='cargo git jq poppler'
BUILD_DEPS='cargo git jq lua51 poppler'

: "${DOCKER_BUILDKIT:=1}"
export DOCKER_BUILDKIT
Expand Down

0 comments on commit d03f8bd

Please sign in to comment.