Fix sligram config.
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
@@ -27,8 +27,6 @@ modules_enabled = {
|
|||||||
"admin_adhoc";
|
"admin_adhoc";
|
||||||
|
|
||||||
-- Gateway support
|
-- Gateway support
|
||||||
"component";
|
|
||||||
"privilege";
|
|
||||||
"http_file_share";
|
"http_file_share";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user