Clone community modules repo

This commit is contained in:
Alexander Dahl 2021-02-14 18:33:45 +01:00
parent 35a0f9be17
commit 154955178c

View file

@ -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