feat(docker): include sshpass for remote shell access

This commit is contained in:
jxxghp
2026-08-06 22:47:02 +08:00
parent 83409c1439
commit 44db45ea28
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ SYSTEM_TASKS_FILE = "System Tasks.yaml"
SYSTEM_TASKS_SCHEMA_VERSION = 2 SYSTEM_TASKS_SCHEMA_VERSION = 2
COMMON_SHELL_COMMANDS = ( COMMON_SHELL_COMMANDS = (
"ssh", "ssh",
"sshpass",
"scp", "scp",
"sftp", "sftp",
"git", "git",
+1
View File
@@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
fuse3 \ fuse3 \
rsync \ rsync \
openssh-client \ openssh-client \
sshpass \
iproute2 \ iproute2 \
netcat-openbsd \ netcat-openbsd \
lsof \ lsof \