From 154955178cafc8dba107c605cf1a92e2e7457f0c Mon Sep 17 00:00:00 2001
From: Alexander Dahl <alex@netz39.de>
Date: Sun, 14 Feb 2021 18:33:45 +0100
Subject: [PATCH] Clone community modules repo

---
 Dockerfile | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index aacff6e..d3b10e9 100644
--- a/Dockerfile
+++ b/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