We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a317c35 commit b3e5c73Copy full SHA for b3e5c73
Dockerfile
@@ -32,6 +32,7 @@ RUN apt-get update -y \
32
haproxy \
33
fuse3 \
34
rsync \
35
+ ffmpeg \
36
&& \
37
if [ "$(uname -m)" = "x86_64" ]; \
38
then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \
0 commit comments