Fix sligram config.

This commit is contained in:
mguschin
2026-04-29 21:53:14 +03:00
parent eddb4b3531
commit 93f32ec3be
2 changed files with 1 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ FROM debian:bookworm-slim
RUN apt-get update --fix-missing && \ RUN apt-get update --fix-missing && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
prosody \ prosody \
prosody-modules \
lua-dbi-mysql \ lua-dbi-mysql \
lua-sec \ lua-sec \
lua-unbound \ lua-unbound \

View File

@@ -27,8 +27,6 @@ modules_enabled = {
"admin_adhoc"; "admin_adhoc";
-- Gateway support -- Gateway support
"component";
"privilege";
"http_file_share"; "http_file_share";
}; };