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:
Kim Alvefur
2023-01-14 00:25:28 +01:00
parent 87c60bc5d9
commit 84a6c25e5d
+1
View File
@@ -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 \