diff options
| -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 |
