X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fdocker%2FDockerfile;h=689621152f5da39bc2020c3c8d6d805c28785a77;hb=e1b4821d75cf0e9876731653570dc1efb5dc49fb;hp=706718c20ac91a831a791238a78127b3fa93ca2b;hpb=fcdd99acc0a2bac7da6ba961c58b7a3669e8d2b9;p=bottlenecks.git diff --git a/ci/docker/Dockerfile b/ci/docker/Dockerfile index 706718c2..68962115 100644 --- a/ci/docker/Dockerfile +++ b/ci/docker/Dockerfile @@ -21,13 +21,19 @@ ENV RELENG_REPO_DIR ${REPOS_DIR}/releng #new test suite required packages can be added here RUN apt-get update && apt-get install -y \ + libffi-dev \ + libssl-dev \ + libxml2-dev \ + libxslt1-dev \ curl \ wget \ git \ sshpass \ python \ python-dev \ - python-pip + python-pip \ + python-setuptools && \ + easy_install -U setuptools RUN apt-get -y autoremove && \ apt-get clean