pandoc / dockerfiles

Dockerfiles for various pandoc images
GNU General Public License v2.0
361 stars 98 forks source link

Include `luarocks` in images #240

Open tarleb opened 2 months ago

tarleb commented 2 months ago

Luarocks is a package manager for Lua. The Lua packages provided by OS packages sometimes don't match the Lua version included in pandoc, so they cannot be used in pandoc scripts. Installing packages via luarocks could fix that.

alerque commented 2 months ago

Yes, I'm in favor of this. The system default Luarocks config should be setup to match Pandoc's internal Lua version by default too. (In fact it could even be set to use Pandoc as its default Lua interpreter, although that might not gain anybody anything.)