From 1033d3b50321e5ada0db7a65eb9a3c0a5b9f3b89 Mon Sep 17 00:00:00 2001 From: Alexey Fadeev Date: Wed, 19 Jun 2024 23:44:47 +0200 Subject: [PATCH] Fixing packages in Dockerfile (#162) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a510ea59..a603dd35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN PROTOC_ZIP=protoc-21.12-linux-x86_64.zip && \ rm -f $PROTOC_ZIP COPY --from=planner /usr/src/recipe.json recipe.json +COPY Cargo.lock Cargo.lock RUN cargo chef cook --release --recipe-path recipe.json COPY Cargo.toml Cargo.toml