From ee3fabd2e20b4168d66490f04c5fc35f02b8e9ac Mon Sep 17 00:00:00 2001
From: Alexander Dahl <alex@netz39.de>
Date: Tue, 16 Feb 2021 13:27:42 +0100
Subject: [PATCH] fixup! Update prosody-modules to specific recent changeset

We must call hg in the correct directory of course, otherwise this:

    abort: no repository found in '/' (.hg not found)!
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 80e82ba..e1b19f0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,4 +8,4 @@ RUN apt-get update \
     && rm -rf /var/lib/apt/lists/*
 
 RUN hg clone https://hg.prosody.im/prosody-modules/ /usr/local/lib/prosody-modules \
-    && hg up -C 95262bd1bcb2
+    && hg up --cwd /usr/local/lib/prosody-modules -C 95262bd1bcb2