Update Testapi Dockerfile 79/63679/4
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 16 Oct 2018 21:55:56 +0000 (14:55 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 18 Oct 2018 18:10:07 +0000 (11:10 -0700)
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 <tbramwell@linuxfoundation.org>
testapi/docker/Dockerfile

index dccc162..9c8115f 100644 (file)
@@ -38,6 +38,8 @@ wget \
 python-dev \
 python-pip \
 crudini \
+libxslt-dev \
+zlib1g-dev \
 --no-install-recommends
 
 RUN pip install --upgrade requests