git » homepage.git » commit 2cd5263

Add SSH client to builder

author Alan Dipert
2026-08-09 05:58:03 UTC
committer Alan Dipert
2026-08-09 05:58:03 UTC
parent 1fffe0295459de224669703c39fef6ae5b736b43

Add SSH client to builder

Containerfile +1 -0

diff --git a/Containerfile b/Containerfile
index 1c22623..87fc22f 100644
--- a/Containerfile
+++ b/Containerfile
@@ -20,6 +20,7 @@ RUN rm -f /etc/apt/sources.list /etc/apt/sources.list.d/debian.sources \
        ffmpeg \
        git \
        git-lfs \
+       openssh-client \
        make \
        python3 \
        rsync \