add extra modules to prosody image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ea6aa5a745
commit
09c81c0c57
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ RUN apt-get update && \
|
||||||
apt-get install extrepo -y && \
|
apt-get install extrepo -y && \
|
||||||
extrepo enable prosody && \
|
extrepo enable prosody && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install prosody -y
|
apt-get install prosody prosody-modules -y
|
||||||
|
|
||||||
RUN mkdir -p /run/prosody/ && \
|
RUN mkdir -p /run/prosody/ && \
|
||||||
chown -R prosody:prosody /run/prosody/
|
chown -R prosody:prosody /run/prosody/
|
||||||
|
|
Loading…
Reference in a new issue