Skip to content

Commit

Permalink
Adjusted fontproof installation steps because SILE moved to luajit, m…
Browse files Browse the repository at this point in the history
…ade sure the fresh HB gets picked up
  • Loading branch information
n7s committed Jan 11, 2025
1 parent 946e8eb commit e7da68f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ RUN <<EOT
meson compile -Cbuild
ninja -C build
ninja -C build install
ldconfig
EOT


Expand Down Expand Up @@ -179,7 +180,11 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=private \
--mount=type=cache,target=/var/lib/apt,sharing=private \
<<EOT
apt-get update
apt-get install lua5.2 liblua5.2-dev luarocks -y
apt-get install lua5.1 liblua5.1-dev -y
apt-get install luajit -y
apt-get install luarocks -y
luarocks config lua_version 5.1
luarocks config lua_interpreter luajit
luarocks install fontproof
EOT

Expand Down

0 comments on commit e7da68f

Please sign in to comment.