forked from Netz39_Admin/prosody-docker
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:
parent
dd7db4ba6e
commit
ee3fabd2e2
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ RUN apt-get update \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN hg clone https://hg.prosody.im/prosody-modules/ /usr/local/lib/prosody-modules \
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue