瀏覽代碼

Add mesa-va-drivers to main Dockerfile (#1727)

nevado 5 年之前
父節點
當前提交
cb32bf1c4f
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      CONTRIBUTORS.md
  2. 1 1
      Dockerfile

+ 1 - 0
CONTRIBUTORS.md

@@ -29,6 +29,7 @@
  - [joern-h](https://github.com/joern-h)
  - [Khinenw](https://github.com/HelloWorld017)
  - [fhriley](https://github.com/fhriley)
+ - [nevado](https://github.com/nevado)
 
 # Emby Contributors
 

+ 1 - 1
Dockerfile

@@ -22,7 +22,7 @@ FROM mcr.microsoft.com/dotnet/core/runtime:${DOTNET_VERSION}
 # libfontconfig1 is required for Skia
 RUN apt-get update \
  && apt-get install --no-install-recommends --no-install-suggests -y \
-   libfontconfig1 \
+   libfontconfig1 mesa-va-drivers \
  && apt-get clean autoclean \
  && apt-get autoremove \
  && rm -rf /var/lib/apt/lists/* \