Install ffmpeg in Dockerfile for media processing support
All checks were successful
Push Docker image / build (push) Successful in 3m23s

This commit is contained in:
Edgar P. Burkhart 2025-05-26 23:27:51 +02:00
parent 2d3257baf9
commit c4205dbaf6
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -5,6 +5,8 @@ WORKDIR /app
ENV UV_COMPILE_BYTECODE=1
ENV UV_LINK_MODE=copy
RUN apt update -qq && apt install -y ffmpeg
RUN --mount=type=cache,target=/root/.cache/uv \
--mount=type=bind,source=uv.lock,target=uv.lock \
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \