Dockerfile: Include Bootstrap4 and jQuery to ease enabling web invites

Suggested in the chat
This commit is contained in:
Kim Alvefur
2026-02-27 16:22:02 +01:00
parent fc3d7b920c
commit 348231e50b
+1
View File
@@ -22,6 +22,7 @@ RUN apt-get update \
lua-dbi-mysql \
luarocks \
lib${LUA_PACKAGE}-dev \
libjs-bootstrap4 libjs-jquery \
&& update-alternatives --set lua-interpreter /usr/bin/${LUA_PACKAGE} \
&& rm -rf /var/lib/apt/lists/*