Skip to content

Commit 90bbeb9

Browse files
Install ffmpeg
1 parent 083bfff commit 90bbeb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interactive_ai/workflows/project_ie/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ FROM base AS runtime
3030

3131
# Install runtime dependencies
3232
RUN apt-get update && \
33-
apt-get install -y --no-install-recommends \
33+
apt-get install -y --no-install-recommends ffmpeg=7:5.1.*-0+deb12u1 \
3434
libgl1=1.6.* \
3535
libglib2.0-0=2.74.* \
3636
curl && \

0 commit comments

Comments
 (0)