diff options
| author | Patrick Spek <p.spek@tyil.nl> | 2025-10-30 22:21:37 +0100 |
|---|---|---|
| committer | Patrick Spek <p.spek@tyil.nl> | 2025-10-30 22:21:37 +0100 |
| commit | 1ce63f74cdd8bca0a621136fe6caf4eb84d22aaa (patch) | |
| tree | d7ce28a298c5bfcdd735af68ab07df92e37fa3fe | |
| parent | 3de8b64845c92e832e5abbc7767b635e0ce7b99d (diff) | |
| download | bragi-1ce63f74cdd8bca0a621136fe6caf4eb84d22aaa.tar.gz bragi-1ce63f74cdd8bca0a621136fe6caf4eb84d22aaa.tar.bz2 | |
| -rw-r--r-- | Containerfile | 2 |
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 |
