From 0fc7471828a4e5d8bd6b1c55c73070348fff8fe6 Mon Sep 17 00:00:00 2001 From: Jing Yang Date: Sat, 12 Oct 2024 22:49:47 +0800 Subject: [PATCH] fix: copy Cargo.lock when building dataplane --- build/Containerfile.dataplane | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Containerfile.dataplane b/build/Containerfile.dataplane index 58213b8..7b95f2c 100644 --- a/build/Containerfile.dataplane +++ b/build/Containerfile.dataplane @@ -30,6 +30,7 @@ COPY dataplane dataplane COPY tools/udp-test-server tools/udp-test-server COPY xtask xtask COPY Cargo.toml Cargo.toml +COPY Cargo.lock Cargo.lock COPY .cargo .cargo # We need to tell bpf-linker where it can find LLVM's shared library file.