Merge pull request #219 from linuxserver/fix-ffmpeg

This commit is contained in:
Adam
2023-02-26 17:42:18 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -232,7 +232,7 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
bsd-compat-headers \
ffmpeg4 \
ffmpeg \
ffmpeg4-libs \
gnu-libiconv \
libdvbcsa \

View File

@@ -232,7 +232,7 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
bsd-compat-headers \
ffmpeg4 \
ffmpeg \
ffmpeg4-libs \
gnu-libiconv \
libdvbcsa \