Skip to content

Commit

Permalink
fix: include the video feature in cargo chef command
Browse files Browse the repository at this point in the history
  • Loading branch information
drbh committed Dec 16, 2024
1 parent c7fddef commit ffc2656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffc2656

Please sign in to comment.