From 18a01d77235029464fa6d527543a87e9aefb9c09 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sun, 26 Feb 2023 16:47:57 +0000 Subject: [PATCH] Add missing ffmpeg binaries to runtime packages --- Dockerfile | 3 +-- Dockerfile.aarch64 | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ab6c602..d58795d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -232,8 +232,7 @@ RUN \ echo "**** install runtime packages ****" && \ apk add --no-cache \ bsd-compat-headers \ - ffmpeg4 \ - ffmpeg4-libs \ + ffmpeg \ gnu-libiconv \ libdvbcsa \ libhdhomerun-libs \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 79e40d2..3e55de2 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -232,8 +232,7 @@ RUN \ echo "**** install runtime packages ****" && \ apk add --no-cache \ bsd-compat-headers \ - ffmpeg4 \ - ffmpeg4-libs \ + ffmpeg \ gnu-libiconv \ libdvbcsa \ libhdhomerun-libs \