Add ffmpeg to dev-container (#106710)

This commit is contained in:
Michael 2023-12-30 13:14:49 +01:00 committed by GitHub
parent a49999e984
commit cc14d80d3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ RUN \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
# Additional library needed by some tests and accordingly by VScode Tests Discovery
bluez \
ffmpeg \
libudev-dev \
libavformat-dev \
libavcodec-dev \