From da4166706e00cf3609efb03cff6c8d96a70e4823 Mon Sep 17 00:00:00 2001 From: Cronix Date: Sun, 27 Oct 2024 17:49:27 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1731ef9..d071319 100755 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,11 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ libwebpmux3 \ libx264-164 \ libx265-199 \ - libzvbi0 + libzvbi0 \ + libopus0 \ + libtheora0 \ + libvorbisenc2 + # setup python specific environment COPY requirements.txt /app/