pull down the latest versions of the sasl2 modules
All checks were successful
thrrgilag/prosody-docker/pipeline/head This commit looks good
All checks were successful
thrrgilag/prosody-docker/pipeline/head This commit looks good
This commit is contained in:
parent
d0b86f7dd4
commit
1353f75d29
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue