ng: Install Lua C headers as workaround for luarocks/luarocks#1275

This commit is contained in:
Kim Alvefur 2023-03-21 18:33:20 +01:00
parent bfa98dcb30
commit 1c79b49c74

View file

@ -21,6 +21,7 @@ RUN apt-get update \
lua-dbi-postgresql \
lua-dbi-mysql \
luarocks \
lib${LUA_PACKAGE}-dev \
&& update-alternatives --set lua-interpreter /usr/bin/${LUA_PACKAGE} \
&& rm -rf /var/lib/apt/lists/*