mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
feat(docker): include sshpass for remote shell access
This commit is contained in:
@@ -24,6 +24,7 @@ SYSTEM_TASKS_FILE = "System Tasks.yaml"
|
||||
SYSTEM_TASKS_SCHEMA_VERSION = 2
|
||||
COMMON_SHELL_COMMANDS = (
|
||||
"ssh",
|
||||
"sshpass",
|
||||
"scp",
|
||||
"sftp",
|
||||
"git",
|
||||
|
||||
@@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
fuse3 \
|
||||
rsync \
|
||||
openssh-client \
|
||||
sshpass \
|
||||
iproute2 \
|
||||
netcat-openbsd \
|
||||
lsof \
|
||||
|
||||
Reference in New Issue
Block a user