chore: optimize rumtime Dockerfile (#451)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
6d13d8808b
commit
7f3f023a37
|
|
@ -53,9 +53,9 @@ 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 wget curl \
|
RUN apt-get update && apt-get install -y --no-install-recommends curl bash-completion \
|
||||||
bash-completion procps apache2-utils ca-certificates binutils bpfcc-tools \
|
procps apache2-utils ca-certificates binutils bpfcc-tools \
|
||||||
dnsutils git iputils-ping jq 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/*
|
||||||
|
|
||||||
COPY --from=builder /app/client/target/release/dfget /usr/local/bin/dfget
|
COPY --from=builder /app/client/target/release/dfget /usr/local/bin/dfget
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue