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)!
This commit is contained in:
Alexander Dahl 2021-02-16 13:27:42 +01:00
parent dd7db4ba6e
commit ee3fabd2e2

View file

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