From ffc2656d9179078a63c5782f246c26c7e30048f2 Mon Sep 17 00:00:00 2001 From: drbh Date: Fri, 13 Dec 2024 18:11:04 +0000 Subject: [PATCH] fix: include the video feature in cargo chef command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 50718fcff19..a2fcf8a7e16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN PROTOC_ZIP=protoc-21.12-linux-x86_64.zip && \ rm -f $PROTOC_ZIP COPY --from=planner /usr/src/recipe.json recipe.json -RUN cargo chef cook --profile release-opt --recipe-path recipe.json +RUN cargo chef cook --profile release-opt --features video --recipe-path recipe.json ARG GIT_SHA ARG DOCKER_LABEL