lets go
Build and Push Docker Images / build-and-push (push) Successful in 23s

This commit is contained in:
2026-02-11 00:04:09 +01:00
parent a097dbb07b
commit f4030b2bdc
2 changed files with 34 additions and 16 deletions
+1
View File
@@ -1,5 +1,6 @@
FROM python:3.12-slim
# ffmpeg = live stream; ffprobe = video duration for EPG (both in same package)
RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg \
&& rm -rf /var/lib/apt/lists/*