support lxml for parser in docker container 35/5935/1
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 14:13:25 +0000 (14:13 +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
(cherry picked from commit e2027b26582a839dc5c25a54fc5621695b9026c0)

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