ng: Install Lua C headers as workaround for luarocks/luarocks#1275
This commit is contained in:
parent
bfa98dcb30
commit
1c79b49c74
1 changed files with 1 additions and 0 deletions
|
@ -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/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue