diff --git a/Dockerfile b/Dockerfile index 0a628a7..9880295 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,8 @@ RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --no-root --only FROM --platform=linux/amd64 python:3.10.14-bookworm AS runtime +RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6 + ENV VIRTUAL_ENV=/app/.venv \ PATH="/app/.venv/bin:$PATH"