Install telnet and extend README

Telnet console is now possible, inspired by … see README.

Link: https://github.com/prosody/prosody-docker
Link: https://github.com/OpusVL/prosody-docker
Link: https://github.com/unclev/prosody-docker-extended
This commit is contained in:
Alexander Dahl 2021-02-14 21:05:08 +01:00
parent ed134ace91
commit 456971a638
2 changed files with 6 additions and 1 deletions

View file

@ -3,6 +3,7 @@ MAINTAINER Netz39 Administrators <admin@netz39.de>
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends --no-install-suggests \
mercurial
mercurial \
telnet
RUN hg clone https://hg.prosody.im/prosody-modules/ /usr/local/lib/prosody-modules

View file

@ -3,3 +3,7 @@
This is for running [prosody](https://prosody.im/) XMPP server software
as the [Netz39 Jabber-Server](https://jabber.n39.eu/) and maybe you can
use it, too?!
Based on more or less official [prosody/prosody-docker](https://github.com/prosody/prosody-docker)
with ideas from [OpusVL/prosody-docker](https://github.com/OpusVL/prosody-docker) and
[unclev/prosody-docker-extended](https://github.com/unclev/prosody-docker-extended) …