add ffmpeg

This commit is contained in:
jxxghp
2023-12-10 13:34:54 +08:00
parent a317c35eab
commit b3e5c734d4

View File

@ -32,6 +32,7 @@ RUN apt-get update -y \
haproxy \ haproxy \
fuse3 \ fuse3 \
rsync \ rsync \
ffmpeg \
&& \ && \
if [ "$(uname -m)" = "x86_64" ]; \ if [ "$(uname -m)" = "x86_64" ]; \
then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \ then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \