chore(ci/Dockerfile): add iotop for client image (#977)

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2025-02-12 14:02:44 +08:00 committed by GitHub
parent 07d7d834a0
commit ac0dbbd11d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ RUN go install github.com/google/pprof@latest
FROM debian:bookworm-slim FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y --no-install-recommends iperf3 fio wget curl \ RUN apt-get update && apt-get install -y --no-install-recommends iperf3 fio wget curl \
bash-completion procps apache2-utils ca-certificates binutils bpfcc-tools \ iotop bash-completion procps apache2-utils ca-certificates binutils bpfcc-tools \
dnsutils iputils-ping vim linux-perf llvm graphviz \ dnsutils iputils-ping vim linux-perf llvm graphviz \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*