From e1b4821d75cf0e9876731653570dc1efb5dc49fb Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Thu, 14 Apr 2016 07:15:02 -0400 Subject: rewrite Dockerfile JIRA: BOTTLENECK-48 Change-Id: Ic9c118d70d9e91730f67dd205fc184265f002394 Signed-off-by: MatthewLi --- ci/docker/Dockerfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ci') 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 -- cgit 1.2.3-korg