Skip to content

Commit 05868a5

Browse files
committed
fix: add missing line for new crates in dockerfile
1 parent 918ab3b commit 05868a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/docker/Dockerfile.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ COPY "builder/Cargo.toml" "builder/"
125125
COPY "datadog-ffe/Cargo.toml" "datadog-ffe/"
126126
COPY "datadog-ffe-ffi/Cargo.toml" "datadog-ffe-ffi/"
127127
COPY "libdd-otel-thread-ctx/Cargo.toml" "libdd-otel-thread-ctx/"
128+
COPY "libdd-otel-thread-ctx-ffi/Cargo.toml" "libdd-otel-thread-ctx-ffi/"
128129
RUN find -name "Cargo.toml" | sed -e s#Cargo.toml#src/lib.rs#g | xargs -n 1 sh -c 'mkdir -p $(dirname $1); touch $1; echo $1' create_stubs
129130
RUN echo \
130131
bin_tests/src/bin/crashtracker_bin_test.rs \

0 commit comments

Comments
 (0)