feat: install ssh client in docker image

This commit is contained in:
jxxghp
2026-05-18 21:16:58 +08:00
parent 9076acc52e
commit 3c1ff5242c
+1
View File
@@ -31,6 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
jq \ jq \
fuse3 \ fuse3 \
rsync \ rsync \
openssh-client \
ffmpeg \ ffmpeg \
nano \ nano \
libjemalloc2 \ libjemalloc2 \