fix: include the video feature in cargo chef command

This commit is contained in:
drbh 2024-12-13 18:11:04 +00:00
parent 27f758de0a
commit 4f42d0c731

View File

@ -41,7 +41,7 @@ RUN PROTOC_ZIP=protoc-21.12-linux-x86_64.zip && \
rm -f $PROTOC_ZIP rm -f $PROTOC_ZIP
COPY --from=planner /usr/src/recipe.json recipe.json 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 GIT_SHA
ARG DOCKER_LABEL ARG DOCKER_LABEL