From ac0dbbd11d4dd488fbcd3f0944a827dabb436d9d Mon Sep 17 00:00:00 2001 From: Gaius Date: Wed, 12 Feb 2025 14:02:44 +0800 Subject: [PATCH] chore(ci/Dockerfile): add iotop for client image (#977) Signed-off-by: Gaius --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index a12b265b..f706a97f 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -55,7 +55,7 @@ RUN go install github.com/google/pprof@latest FROM debian:bookworm-slim 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 \ && rm -rf /var/lib/apt/lists/*