🔨 Fix the dockerfile missing install ffprobe (ffmpeg)

This commit is contained in:
LittleSheep 2025-06-15 23:53:59 +08:00
parent 90eca43284
commit 70aeb5e0cb

View File

@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libharfbuzz0b \
libgif7 \
libvips \
ffmpeg \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*