Create a Prosody image since they don't post to Docker Hub.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user