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

@@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
fuse3 \
rsync \
openssh-client \
sshpass \
iproute2 \
netcat-openbsd \
lsof \