diff options
author | kubi <jean.gaoliang@huawei.com> | 2016-01-08 12:36:14 +0800 |
---|---|---|
committer | Jörgen Karlsson <jorgen.w.karlsson@ericsson.com> | 2016-01-08 14:13:25 +0000 |
commit | 904c273dee7264f2d11742b9902b06a85d23e233 (patch) | |
tree | d5767deff3e8808fdd91313d0455ae353fa08999 | |
parent | 169aadbf7fbfea8ad86011fbac62ccbc0e1c3bf7 (diff) |
support lxml for parser in docker container
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)
-rw-r--r-- | ci/docker/yardstick-ci/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/docker/yardstick-ci/Dockerfile b/ci/docker/yardstick-ci/Dockerfile index 229b91227..a1cf9160f 100644 --- a/ci/docker/yardstick-ci/Dockerfile +++ b/ci/docker/yardstick-ci/Dockerfile @@ -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 |