feat: add agent cli tools to docker image

This commit is contained in:
jxxghp
2026-05-18 21:20:26 +08:00
parent 3c1ff5242c
commit 1f0eeb25e6
+8
View File
@@ -24,14 +24,22 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
procps \ procps \
gosu \ gosu \
bash \ bash \
ca-certificates \
curl \ curl \
wget \ wget \
git \
busybox \ busybox \
tini \ tini \
jq \ jq \
ripgrep \
less \
unzip \
fuse3 \ fuse3 \
rsync \ rsync \
openssh-client \ openssh-client \
iproute2 \
netcat-openbsd \
lsof \
ffmpeg \ ffmpeg \
nano \ nano \
libjemalloc2 \ libjemalloc2 \