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

View File

@@ -53,7 +53,7 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.source=$IMAGE_SOURCE
RUN apt-get update \
&& apt-get install -y libgomp1 curl \
&& apt-get install -y libgomp1 curl ffmpeg \
&& apt autoremove -y \
&& apt clean -y \
&& rm -rf /tmp/* /var/tmp/* \