aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2025-10-30 22:21:37 +0100
committerPatrick Spek <p.spek@tyil.nl>2025-10-30 22:21:37 +0100
commit1ce63f74cdd8bca0a621136fe6caf4eb84d22aaa (patch)
treed7ce28a298c5bfcdd735af68ab07df92e37fa3fe
parent3de8b64845c92e832e5abbc7767b635e0ce7b99d (diff)
downloadbragi-1ce63f74cdd8bca0a621136fe6caf4eb84d22aaa.tar.gz
bragi-1ce63f74cdd8bca0a621136fe6caf4eb84d22aaa.tar.bz2
Install ffmpeg in containerHEADv0.1.0master
-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