mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
add required packages for VAAPI
This commit is contained in:
parent
8970e73f75
commit
12d5007b90
@ -49,6 +49,8 @@ RUN apt-get -qq update && apt-get -qq install --no-install-recommends -y \
|
||||
libc++abi1 \
|
||||
libunwind8 \
|
||||
libgcc1 \
|
||||
# VAAPI drivers for Intel hardware accel
|
||||
libva-drm2 libva2 i965-va-driver vainfo \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install core packages
|
||||
|
Loading…
Reference in New Issue
Block a user