add extra modules to prosody image
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Morgan McMillian 2023-05-16 12:04:32 -07:00
parent ea6aa5a745
commit 09c81c0c57
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN apt-get update && \
apt-get install extrepo -y && \
extrepo enable prosody && \
apt-get update && \
apt-get install prosody -y
apt-get install prosody prosody-modules -y
RUN mkdir -p /run/prosody/ && \
chown -R prosody:prosody /run/prosody/