File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dragonfly-client"
3
- version = " 0.1.8 "
3
+ version = " 0.1.9 "
4
4
authors = [" The Dragonfly Developers" ]
5
5
homepage = " https://d7y.io/"
6
6
repository = " https://github.com/dragonflyoss/client.git"
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ RUN if [ "$(uname -m)" = "ppc64le" ]; then \
22
22
23
23
FROM debian:bookworm-slim
24
24
25
+ RUN apt-get update && apt-get install -y --no-install-recommends wget \
26
+ && rm -rf /var/lib/apt/lists/*
27
+
25
28
COPY --from=builder /app/client/target/release/dfget /usr/local/bin/dfget
26
29
COPY --from=builder /app/client/target/release/dfdaemon /usr/local/bin/dfdaemon
27
30
COPY --from=builder /app/client/target/release/dfstore /usr/local/bin/dfstore
You can’t perform that action at this time.
0 commit comments