ng: Set selected interpreter as default in shell
Otherwise it's just going to somehow install Lua 5.1 and then use that because why not?
This commit is contained in:
@@ -21,6 +21,7 @@ RUN apt-get update \
|
||||
lua-dbi-postgresql \
|
||||
lua-dbi-mysql \
|
||||
luarocks \
|
||||
&& update-alternatives --set lua-interpreter /usr/bin/${LUA_PACKAGE} \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN mkdir -p /etc/prosody/conf.d /var/run/prosody \
|
||||
|
||||
Reference in New Issue
Block a user