aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authornevado <rtrevor@hotmail.com>2019-09-15 05:31:13 +0100
committerAnthony Lavado <anthony@lavado.ca>2019-09-15 00:31:13 -0400
commitcb32bf1c4f671c3d4c2ed451d5513ce7d6b2002d (patch)
tree8003593f45aac162ea3e4a8aacaa7bcaf68ace72 /Dockerfile
parent318b9949f22d4ac061a14d1bf5aa4e8163ccec38 (diff)
Add mesa-va-drivers to main Dockerfile (#1727)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b9c647059..017f8c697 100644
--- a/Dockerfile
+++ b/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/* \