X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=Dockerfile;h=59dbef0ba4ebc645bcff50f6778c1141f8309ec5;hb=466b743ad425323a9a1d5c9c9f82338f54d5a3f6;hp=92ce9bbcd4ac43e8192a10ff3bb0136caf64414b;hpb=7792cbdee9613310f8407484b445be2ef26e6e82;p=yardstick.git diff --git a/Dockerfile b/Dockerfile index 92ce9bbcd..59dbef0ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,8 @@ MAINTAINER Hans Feldt RUN apt-get update && apt-get install -y \ libffi-dev \ libssl-dev \ + libxml2-dev \ + libxslt1-dev \ python \ python-dev \ python-setuptools && \