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

View File

@@ -24,6 +24,7 @@ SYSTEM_TASKS_FILE = "System Tasks.yaml"
SYSTEM_TASKS_SCHEMA_VERSION = 2
COMMON_SHELL_COMMANDS = (
"ssh",
"sshpass",
"scp",
"sftp",
"git",