From 8fa45d975f1a9321ca76b12fe0c4b5aa58566164 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Tue, 16 Oct 2018 14:55:56 -0700 Subject: Update Testapi Dockerfile The Dockerfile for testapi was missing zlib and xslt dependencies needed by some python package compiling a module. Change-Id: Ieb6b9ae683ff9d3e6a19d5b93e9cb448789d302d Signed-off-by: Trevor Bramwell --- testapi/docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testapi/docker/Dockerfile b/testapi/docker/Dockerfile index dccc162..9c8115f 100644 --- a/testapi/docker/Dockerfile +++ b/testapi/docker/Dockerfile @@ -38,6 +38,8 @@ wget \ python-dev \ python-pip \ crudini \ +libxslt-dev \ +zlib1g-dev \ --no-install-recommends RUN pip install --upgrade requests -- cgit 1.2.3-korg