aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Containerfile2
1 files changed, 1 insertions, 1 deletions
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