fix: Add nasm for yuv-sys build

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-02-20 16:47:52 +02:00
parent 78cae61b90
commit 2e040a9086

View File

@@ -4,7 +4,7 @@
FROM rust:latest AS rust-build FROM rust:latest AS rust-build
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
git cmake g++ libssl-dev pkg-config protobuf-compiler \ git cmake g++ libssl-dev pkg-config protobuf-compiler \
libva-dev libglib2.0-dev \ libva-dev libglib2.0-dev nasm \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
WORKDIR /build WORKDIR /build
RUN git clone --branch EC-compat-changes --depth 1 \ RUN git clone --branch EC-compat-changes --depth 1 \