From d46119af59975272b7f4102daa8e58a87d55e019 Mon Sep 17 00:00:00 2001 From: Robert Foss Date: Wed, 2 Jan 2019 16:03:08 +0100 Subject: [PATCH] ci: Include more build-dependencies of piglit Reviewed-by: Jakob Bornecrantz Signed-off-by: Robert Foss Signed-off-by: Jakob Bornecrantz --- ci/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/Dockerfile b/ci/Dockerfile index a630936..bbc9bff 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -54,8 +54,11 @@ RUN apt-get -y install ca-certificates && \ ninja-build \ procps \ psmisc \ + python-numpy \ + python-six \ python3-pip \ python3-setuptools \ + python3-six \ python3-wheel \ qemu \ spirv-headers \