feat: add real yt-dlp client and opt-in live test; ffmpeg in worker image

This commit is contained in:
Jonathan
2026-07-10 21:24:05 +02:00
parent 5a3e64b057
commit a93c248aaf
4 changed files with 74 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
FROM python:3.12-slim
WORKDIR /app
RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg && rm -rf /var/lib/apt/lists/*
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY lyra_worker ./lyra_worker