fix: re-add ffmpeg to docker container (#4150)

This commit is contained in:
Benjamin Hackl 2025-02-04 15:10:33 +01:00 committed by GitHub
commit 01fc1ef71f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ RUN apt-get update -qq \
libffi-dev \
libpango1.0-dev \
freeglut3-dev \
ffmpeg \
pkg-config \
make \
wget \