forked from Netz39_Admin/prosody-docker
Clone community modules repo
This commit is contained in:
parent
35a0f9be17
commit
154955178c
1 changed files with 8 additions and 2 deletions
10
Dockerfile
10
Dockerfile
|
@ -1,3 +1,9 @@
|
|||
FROM prosody:latest
|
||||
FROM prosody:0.11
|
||||
MAINTAINER Netz39 Administrators <admin@netz39.de>
|
||||
|
||||
# TODO All the other things …
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
RUN apt-get install -y --no-install-recommends --no-install-suggests \
|
||||
mercurial
|
||||
|
||||
WORKDIR /usr/local/lib
|
||||
RUN hg clone https://hg.prosody.im/prosody-modules/ prosody-modules
|
||||
|
|
Loading…
Add table
Reference in a new issue