diff --git a/Dockerfile b/Dockerfile index 8e6826a..110e610 100644 --- a/Dockerfile +++ b/Dockerfile @@ -262,6 +262,7 @@ RUN \ dbus-x11 \ ffmpeg \ fuse-overlayfs \ + intel-media-va-driver \ libfontenc1 \ libfreetype6 \ libgbm1 \ @@ -293,6 +294,7 @@ RUN \ libxshmfence1 \ libxtst6 \ libyaml-tiny-perl \ + mesa-va-drivers \ nginx \ nodejs \ openbox \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 01dff5a..70bd773 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -297,6 +297,7 @@ RUN \ libxshmfence1 \ libxtst6 \ libyaml-tiny-perl \ + mesa-va-drivers \ nginx \ nodejs \ openbox \