X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=Dockerfile;h=59dbef0ba4ebc645bcff50f6778c1141f8309ec5;hb=9cc0b04973636e85b1d5a618dee4264cec62084c;hp=92ce9bbcd4ac43e8192a10ff3bb0136caf64414b;hpb=b7d747660ed0ae56758c667fb25d860b26b1a2c2;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 && \