From 64b796c5231ea50c9eaada3e3dbc102074f02ce7 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 18 Jun 2026 18:16:16 -0700 Subject: [PATCH] Add vim for Prosody. --- Config/Prosody/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Config/Prosody/Dockerfile b/Config/Prosody/Dockerfile index 5786cf3..0959890 100644 --- a/Config/Prosody/Dockerfile +++ b/Config/Prosody/Dockerfile @@ -8,7 +8,9 @@ FROM debian:trixie-slim ## Setup ## # System Dependencies RUN apt-get update && \ - apt-get install -y prosody bash sudo htop + apt-get install -y prosody \ + bash sudo htop \ + vim ## Configuration Files ## # Clear old configurations.