chore(ci/Dockerfile): add iotop for client image (#977)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
07d7d834a0
commit
ac0dbbd11d
|
|
@ -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/*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue