docker: install ffmpeg in the released image

This commit is contained in:
Xuan Son Nguyen
2026-06-08 14:08:30 +02:00
parent 8f83d6c271
commit 01dbe84c84
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.source=$IMAGE_SOURCE org.opencontainers.image.source=$IMAGE_SOURCE
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y libgomp1 curl \ && apt-get install -y libgomp1 curl ffmpeg \
&& apt autoremove -y \ && apt autoremove -y \
&& apt clean -y \ && apt clean -y \
&& rm -rf /tmp/* /var/tmp/* \ && rm -rf /tmp/* /var/tmp/* \
+1 -1
View File
@@ -59,7 +59,7 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.source=$IMAGE_SOURCE org.opencontainers.image.source=$IMAGE_SOURCE
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y libgomp1 curl \ && apt-get install -y libgomp1 curl ffmpeg \
&& apt autoremove -y \ && apt autoremove -y \
&& apt clean -y \ && apt clean -y \
&& rm -rf /tmp/* /var/tmp/* \ && rm -rf /tmp/* /var/tmp/* \
+1 -1
View File
@@ -85,7 +85,7 @@ RUN mkdir /tmp/neo/ && cd /tmp/neo/ \
&& dpkg --install *.deb && dpkg --install *.deb
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y libgomp1 curl \ && apt-get install -y libgomp1 curl ffmpeg \
&& apt autoremove -y \ && apt autoremove -y \
&& apt clean -y \ && apt clean -y \
&& rm -rf /tmp/* /var/tmp/* \ && rm -rf /tmp/* /var/tmp/* \
+1 -1
View File
@@ -64,7 +64,7 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.source=$IMAGE_SOURCE org.opencontainers.image.source=$IMAGE_SOURCE
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y libgomp1 curl \ && apt-get install -y libgomp1 curl ffmpeg \
&& apt autoremove -y \ && apt autoremove -y \
&& apt clean -y \ && apt clean -y \
&& rm -rf /tmp/* /var/tmp/* \ && rm -rf /tmp/* /var/tmp/* \
+1 -1
View File
@@ -107,7 +107,7 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.source=$IMAGE_SOURCE org.opencontainers.image.source=$IMAGE_SOURCE
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y libgomp1 libtbb12 curl wget ocl-icd-libopencl1 \ && apt-get install -y libgomp1 libtbb12 curl wget ffmpeg ocl-icd-libopencl1 \
&& apt autoremove -y \ && apt autoremove -y \
&& apt clean -y \ && apt clean -y \
&& rm -rf /tmp/* /var/tmp/* \ && rm -rf /tmp/* /var/tmp/* \
+1 -1
View File
@@ -76,7 +76,7 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.source=$IMAGE_SOURCE org.opencontainers.image.source=$IMAGE_SOURCE
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y libgomp1 curl \ && apt-get install -y libgomp1 curl ffmpeg \
&& apt autoremove -y \ && apt autoremove -y \
&& apt clean -y \ && apt clean -y \
&& rm -rf /tmp/* /var/tmp/* \ && rm -rf /tmp/* /var/tmp/* \
+1 -1
View File
@@ -49,7 +49,7 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.source=$IMAGE_SOURCE org.opencontainers.image.source=$IMAGE_SOURCE
RUN apt-get update \ 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 \ libglvnd0 libgl1 libglx0 libegl1 libgles2 \
&& apt autoremove -y \ && apt autoremove -y \
&& apt clean -y \ && apt clean -y \
+1 -1
View File
@@ -46,7 +46,7 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.source=$IMAGE_SOURCE org.opencontainers.image.source=$IMAGE_SOURCE
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y libgomp1 libnuma1 curl \ && apt-get install -y libgomp1 libnuma1 curl ffmpeg \
&& apt autoremove -y \ && apt autoremove -y \
&& apt clean -y \ && apt clean -y \
&& rm -rf /tmp/* /var/tmp/* \ && rm -rf /tmp/* /var/tmp/* \