We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8227ea commit 94043cbCopy full SHA for 94043cb
dragonfly-client/Dockerfile
@@ -49,7 +49,7 @@ FROM debian:bookworm-slim
49
50
RUN apt-get update && apt-get install -y --no-install-recommends wget curl \
51
bash-completion procps apache2-utils ca-certificates binutils bpfcc-tools \
52
- dnsutils git iputils-ping jq vim \
+ dnsutils git iputils-ping jq vim linux-perf \
53
&& rm -rf /var/lib/apt/lists/*
54
55
COPY --from=builder /app/client/target/release/dfget /usr/local/bin/dfget
0 commit comments