From 1ce63f74cdd8bca0a621136fe6caf4eb84d22aaa Mon Sep 17 00:00:00 2001
From: Patrick Spek
Date: Thu, 30 Oct 2025 22:21:37 +0100
Subject: Install ffmpeg in container
---
Containerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Containerfile b/Containerfile
index 9cbbf24..81bfac0 100644
--- a/Containerfile
+++ b/Containerfile
@@ -17,7 +17,7 @@ RUN source /opt/venv/bin/activate && pip install -r /opt/requirements.txt
FROM alpine:latest AS runner
-RUN apk add --no-cache python3 libmagic opus
+RUN apk add --no-cache python3 libmagic opus ffmpeg
COPY entrypoint.sh /entrypoint.sh
COPY --from=installer /opt/venv /opt/venv
--
cgit v1.2.3