diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-16 14:55:56 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-18 11:10:07 -0700 |
commit | 8fa45d975f1a9321ca76b12fe0c4b5aa58566164 (patch) | |
tree | e6ddc7802ab4e1d70fc7d14790ae6a880185cfc6 /testapi/docker/Dockerfile | |
parent | d9a312a151e8025141d3b9d08f111e4950a0ff3f (diff) |
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 <tbramwell@linuxfoundation.org>
Diffstat (limited to 'testapi/docker/Dockerfile')
-rw-r--r-- | testapi/docker/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |