diff options
-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 |