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
@@ -85,7 +85,7 @@ RUN mkdir /tmp/neo/ && cd /tmp/neo/ \
&& dpkg --install *.deb
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/* \