Install ffmpeg in Dockerfile for media processing support
All checks were successful
Push Docker image / build (push) Successful in 3m23s
All checks were successful
Push Docker image / build (push) Successful in 3m23s
This commit is contained in:
parent
2d3257baf9
commit
c4205dbaf6
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue