prosody-debian/prosody-deb (latest)
Published 2025-01-10 02:50:40 +01:00 by snoopy
Installation
docker pull git.koeln.ccc.de/snoopy/prosody-debian/prosody-deb:latest
sha256:db4382c6ac9144d12cd855e3a21afe5b7d3f15ec78595a926942306417785ebd
Image Layers
# debian.sh --arch 'amd64' out/ 'stable' '@1734912000' |
RUN apt update -y && apt upgrade -y |
RUN apt install -y curl wget |
RUN wget https://prosody.im/files/prosody-debian-packages.key -O/etc/apt/trusted.gpg.d/prosody.gpg |
RUN wget https://prosody.im/files/prosody.sources -O /etc/apt/sources.list.d/prosody.sources |
RUN apt update -y |
RUN apt install -y prosody lua-unbound lua-event lua-socket lua-sec lua-expat lua-readline luarocks lua-dbi-sqlite3 lua-bitop |