Skip to content

Commit e376b9d

Browse files
committed
Fix Dockerfile.
1 parent 8b0fcc6 commit e376b9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/docker/Dockerfile.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ COPY "ddtelemetry/Cargo.toml" "ddtelemetry/"
7878
COPY "ddtelemetry-ffi/Cargo.toml" "ddtelemetry-ffi/"
7979
COPY "datadog-log/Cargo.toml" "datadog-log/"
8080
COPY "datadog-log-ffi/Cargo.toml" "datadog-log-ffi/"
81-
COPY "ddsketch/Cargo.toml" "ddsketch/"
82-
COPY "ddsketch-ffi/Cargo.toml" "ddsketch-ffi/"
81+
COPY "libdd-sketch/Cargo.toml" "libdd-sketch/"
82+
COPY "libdd-sketch-ffi/Cargo.toml" "libdd-sketch-ffi/"
8383
COPY "dogstatsd-client/Cargo.toml" "dogstatsd-client/"
8484
COPY "datadog-library-config-ffi/Cargo.toml" "datadog-library-config-ffi/"
8585
COPY "datadog-library-config/Cargo.toml" "datadog-library-config/"

0 commit comments

Comments
 (0)