From bcd837066c8dcf193bdf3efc85ac953138af8da5 Mon Sep 17 00:00:00 2001 From: Gaius Date: Sat, 27 Apr 2024 00:12:00 +0800 Subject: [PATCH] chore: add tools for dfdaemon container Signed-off-by: Gaius --- dragonfly-client/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dragonfly-client/Dockerfile b/dragonfly-client/Dockerfile index ecc33694..cb5a95d7 100644 --- a/dragonfly-client/Dockerfile +++ b/dragonfly-client/Dockerfile @@ -47,7 +47,9 @@ RUN if [ "$(uname -m)" = "ppc64le" ]; then \ FROM debian:bookworm-slim -RUN apt-get update && apt-get install -y --no-install-recommends wget curl apache2-utils ca-certificates \ +RUN apt-get update && apt-get install -y --no-install-recommends wget curl \ + bash-completion procps apache2-utils ca-certificates binutils bpfcc-tools \ + dnsutils git iputils-ping jq vim \ && rm -rf /var/lib/apt/lists/* COPY --from=builder /app/client/target/release/dfget /usr/local/bin/dfget