mirror of
https://git.netzspielplatz.de/docker-multiarch/prosody.git
synced 2025-11-08 20:19:30 +00:00
we need lua5.2-ldap
This commit is contained in:
parent
147c416d26
commit
204799632f
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
|
||||||
com.microscaling.docker.dockerfile="/Dockerfile" \
|
com.microscaling.docker.dockerfile="/Dockerfile" \
|
||||||
com.microscaling.license="MIT"
|
com.microscaling.license="MIT"
|
||||||
|
|
||||||
RUN apk add --no-cache bash "prosody"
|
RUN apk add --no-cache bash "prosody" lua5.2-ldap
|
||||||
RUN mkdir -p /etc/prosody/conf.d /usr/local/lib/prosody/modules
|
RUN mkdir -p /etc/prosody/conf.d /usr/local/lib/prosody/modules
|
||||||
|
|
||||||
COPY prosody.cfg.lua /etc/prosody/prosody.cfg.lua
|
COPY prosody.cfg.lua /etc/prosody/prosody.cfg.lua
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue