mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 07:56:52 +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
|
SYSTEM_TASKS_SCHEMA_VERSION = 2
|
||||||
COMMON_SHELL_COMMANDS = (
|
COMMON_SHELL_COMMANDS = (
|
||||||
"ssh",
|
"ssh",
|
||||||
|
"sshpass",
|
||||||
"scp",
|
"scp",
|
||||||
"sftp",
|
"sftp",
|
||||||
"git",
|
"git",
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user