pull down the latest versions of the sasl2 modules
All checks were successful
thrrgilag/prosody-docker/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2024-04-21 15:35:04 -07:00
parent d0b86f7dd4
commit 1353f75d29

View file

@ -18,6 +18,10 @@ COPY prosody.cfg.lua /etc/prosody/prosody.cfg.lua
RUN mkdir -p /usr/local/prosody/custom_plugins/lib/luarocks/rocks-5.4
RUN chown -R prosody:prosody /usr/local/prosody
RUN prosodyctl install --server=https://modules.prosody.im/rocks/ mod_cloud_notify_extensions
RUN prosodyctl install --server=https://modules.prosody.im/rocks/ mod_sasl2
RUN prosodyctl install --server=https://modules.prosody.im/rocks/ mod_sasl2_bind2
RUN prosodyctl install --server=https://modules.prosody.im/rocks/ mod_sasl2_sm
RUN prosodyctl install --server=https://modules.prosody.im/rocks/ mod_sasl2_fast
EXPOSE 5222
EXPOSE 5269