From bc1051e7e17ee3436a17457c1c8dd2be845949f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sat, 21 Jun 2025 03:56:55 +0300 Subject: [PATCH] SSH Dockerfile Update: Add man package --- files/ssh/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ssh/Dockerfile b/files/ssh/Dockerfile index a7a6af5..d46a79f 100644 --- a/files/ssh/Dockerfile +++ b/files/ssh/Dockerfile @@ -1,7 +1,7 @@ FROM docker.io/library/debian:latest RUN apt update && \ - apt install -y openssh-server rsync git python3-pip python3-venv jq git curl lsb-release nano + apt install -y openssh-server rsync git python3-pip python3-venv jq git curl lsb-release nano man RUN apt-get clean && \ rm -rf /var/lib/apt/lists/*