docker: install ffmpeg in the released image (#24302)

This commit is contained in:
Xuan-Son Nguyen
2026-06-08 16:59:57 +02:00
committed by GitHub
parent 8f83d6c271
commit 3ebe862b5d
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.source=$IMAGE_SOURCE
RUN apt-get update \
&& apt-get install -y libgomp1 curl libvulkan1 mesa-vulkan-drivers \
&& apt-get install -y libgomp1 curl ffmpeg libvulkan1 mesa-vulkan-drivers \
libglvnd0 libgl1 libglx0 libegl1 libgles2 \
&& apt autoremove -y \
&& apt clean -y \