Create a Prosody image since they don't post to Docker Hub.

This commit is contained in:
2026-06-11 20:31:57 -07:00
parent 37ffc6c5fa
commit d00d3fdc27
3 changed files with 52 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# 2026-06-11 Hyperling
# https://wiki.debian.org/InstallingProsody
# https://prosody.im/doc/configure
## Image ##
FROM debian:trixie-slim
## Setup ##
# System Dependencies
RUN apt-get update && \
apt-get install -y prosody \
bash sudo htop
## Main ##
# Install + Run Website
WORKDIR /root
USER root
CMD tail -F /var/log/TBD