From 8062ac263c27a76293cca5e351043b02fc8f2db5 Mon Sep 17 00:00:00 2001 From: "James P. Ketrenos" Date: Thu, 19 Sep 2019 14:17:26 -0700 Subject: [PATCH] Pinned vainfo to the Agama version Signed-off-by: James P. Ketrenos --- Dockerfile | 2 +- Dockerfile.solution | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6a6e23f..1b3cab3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -131,7 +131,7 @@ RUN apt-get update \ libva-dev=2.6.0.agama-171 \ libmfx-dev=19.2.pre3.agama-171 \ libmfx1=19.2.pre3.agama-171 \ - vainfo \ + vainfo=2.6.0.agama-171 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* diff --git a/Dockerfile.solution b/Dockerfile.solution index 77d936d..83e3b5a 100644 --- a/Dockerfile.solution +++ b/Dockerfile.solution @@ -24,7 +24,7 @@ RUN apt-get update \ libva-dev=$LIBVA_DEV_VERSION \ libmfx-dev=$LIBMFX_DEV_VERSION \ libmfx1=$LIBMFX1_VERSION \ - vainfo \ + vainfo=$VAINFO_VERSION \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*