Skip to content

Commit b8466f1

Browse files
authored
chore: add wget to client image (#194)
Signed-off-by: Gaius <gaius.qi@gmail.com>
1 parent 962edfb commit b8466f1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dragonfly-client"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
authors = ["The Dragonfly Developers"]
55
homepage = "https://d7y.io/"
66
repository = "https://github.com/dragonflyoss/client.git"

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ RUN if [ "$(uname -m)" = "ppc64le" ]; then \
2222

2323
FROM debian:bookworm-slim
2424

25+
RUN apt-get update && apt-get install -y --no-install-recommends wget \
26+
&& rm -rf /var/lib/apt/lists/*
27+
2528
COPY --from=builder /app/client/target/release/dfget /usr/local/bin/dfget
2629
COPY --from=builder /app/client/target/release/dfdaemon /usr/local/bin/dfdaemon
2730
COPY --from=builder /app/client/target/release/dfstore /usr/local/bin/dfstore

0 commit comments

Comments
 (0)