Skip to content

Commit fb28a79

Browse files
committed
chore: add linux-perf to dfdaemon
Signed-off-by: Gaius <gaius.qi@gmail.com>
1 parent d8227ea commit fb28a79

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
@@ -12,7 +12,7 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
version = "0.1.40"
15+
version = "0.1.41"
1616
authors = ["The Dragonfly Developers"]
1717
homepage = "https://d7y.io/"
1818
repository = "https://github.com/dragonflyoss/client.git"
@@ -22,13 +22,13 @@ readme = "README.md"
2222
edition = "2021"
2323

2424
[workspace.dependencies]
25-
dragonfly-client = { path = "dragonfly-client", version = "0.1.40" }
26-
dragonfly-client-core = { path = "dragonfly-client-core", version = "0.1.40" }
27-
dragonfly-client-config = { path = "dragonfly-client-config", version = "0.1.40" }
28-
dragonfly-client-storage = { path = "dragonfly-client-storage", version = "0.1.40" }
29-
dragonfly-client-backend = { path = "dragonfly-client-backend", version = "0.1.40" }
30-
dragonfly-client-util = { path = "dragonfly-client-util", version = "0.1.40" }
31-
dragonfly-client-init = { path = "dragonfly-client-init", version = "0.1.40" }
25+
dragonfly-client = { path = "dragonfly-client", version = "0.1.41" }
26+
dragonfly-client-core = { path = "dragonfly-client-core", version = "0.1.41" }
27+
dragonfly-client-config = { path = "dragonfly-client-config", version = "0.1.41" }
28+
dragonfly-client-storage = { path = "dragonfly-client-storage", version = "0.1.41" }
29+
dragonfly-client-backend = { path = "dragonfly-client-backend", version = "0.1.41" }
30+
dragonfly-client-util = { path = "dragonfly-client-util", version = "0.1.41" }
31+
dragonfly-client-init = { path = "dragonfly-client-init", version = "0.1.41" }
3232
thiserror = "1.0"
3333
dragonfly-api = "2.0.110"
3434
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
@@ -49,7 +49,7 @@ FROM debian:bookworm-slim
4949

5050
RUN apt-get update && apt-get install -y --no-install-recommends wget curl \
5151
bash-completion procps apache2-utils ca-certificates binutils bpfcc-tools \
52-
dnsutils git iputils-ping jq vim \
52+
dnsutils git iputils-ping jq vim linux-perf \
5353
&& rm -rf /var/lib/apt/lists/*
5454

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

0 commit comments

Comments
 (0)