Skip to content

Commit 24921dc

Browse files
authored
chore: add apache2-utils to Dockerfile (#406)
Signed-off-by: Gaius <gaius.qi@gmail.com>
1 parent 8dfb776 commit 24921dc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.1.34"
16+
version = "0.1.35"
1717
authors = ["The Dragonfly Developers"]
1818
homepage = "https://d7y.io/"
1919
repository = "https://github.com/dragonflyoss/client.git"
@@ -23,13 +23,13 @@ readme = "README.md"
2323
edition = "2021"
2424

2525
[workspace.dependencies]
26-
dragonfly-client = { path = "dragonfly-client", version = "0.1.34" }
27-
dragonfly-client-core = { path = "dragonfly-client-core", version = "0.1.34" }
28-
dragonfly-client-config = { path = "dragonfly-client-config", version = "0.1.34" }
29-
dragonfly-client-storage = { path = "dragonfly-client-storage", version = "0.1.34" }
30-
dragonfly-client-backend = { path = "dragonfly-client-backend", version = "0.1.34" }
31-
dragonfly-client-util = { path = "dragonfly-client-util", version = "0.1.34" }
32-
dragonfly-client-init = { path = "dragonfly-client-init", version = "0.1.34" }
26+
dragonfly-client = { path = "dragonfly-client", version = "0.1.35" }
27+
dragonfly-client-core = { path = "dragonfly-client-core", version = "0.1.35" }
28+
dragonfly-client-config = { path = "dragonfly-client-config", version = "0.1.35" }
29+
dragonfly-client-storage = { path = "dragonfly-client-storage", version = "0.1.35" }
30+
dragonfly-client-backend = { path = "dragonfly-client-backend", version = "0.1.35" }
31+
dragonfly-client-util = { path = "dragonfly-client-util", version = "0.1.35" }
32+
dragonfly-client-init = { path = "dragonfly-client-init", version = "0.1.35" }
3333
thiserror = "1.0"
3434
dragonfly-api = "2.0.110"
3535
reqwest = { version = "0.11.27", features = ["stream", "native-tls", "default-tls", "rustls-tls"] }

dragonfly-client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN if [ "$(uname -m)" = "ppc64le" ]; then \
4747

4848
FROM debian:bookworm-slim
4949

50-
RUN apt-get update && apt-get install -y --no-install-recommends wget curl ca-certificates \
50+
RUN apt-get update && apt-get install -y --no-install-recommends wget curl apache2-utils ca-certificates \
5151
&& rm -rf /var/lib/apt/lists/*
5252

5353
COPY --from=builder /app/client/target/release/dfget /usr/local/bin/dfget

0 commit comments

Comments
 (0)