Skip to content

Commit b3e5c73

Browse files
committed
add ffmpeg
1 parent a317c35 commit b3e5c73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN apt-get update -y \
3232
haproxy \
3333
fuse3 \
3434
rsync \
35+
ffmpeg \
3536
&& \
3637
if [ "$(uname -m)" = "x86_64" ]; \
3738
then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \

0 commit comments

Comments
 (0)