support lxml for parser in docker container 57/5857/2
authorkubi <jean.gaoliang@huawei.com>
Fri, 8 Jan 2016 04:36:14 +0000 (12:36 +0800)
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>
Fri, 8 Jan 2016 11:47:16 +0000 (11:47 +0000)
this is part1 of patch, this part is to define dockefile,and wait a docker image to be uploaded
JIRA:YARDSTICK-224
Signed-off-by: kubi <jean.gaoliang@huawei.com>
Change-Id: Ia206c54ab2d964a94753abef0767b74d26259081

ci/docker/yardstick-ci/Dockerfile

index 229b912..a1cf916 100644 (file)
@@ -28,6 +28,8 @@ RUN apt-get update && apt-get install -y \
     libssl-dev \
     python \
     python-dev \
+    libxml2-dev \
+    libxslt1-dev \
     python-setuptools && \
     easy_install -U setuptools