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
|
||||
|
||||
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 linux-perf llvm graphviz \
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends curl bash-completion \
|
||||
procps apache2-utils ca-certificates binutils bpfcc-tools \
|
||||
dnsutils iputils-ping vim linux-perf llvm graphviz \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=builder /app/client/target/release/dfget /usr/local/bin/dfget
|
||||
|
|
|
|||
Loading…
Reference in New Issue