summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-04-14 07:15:02 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-04-14 07:18:53 -0400
commite1b4821d75cf0e9876731653570dc1efb5dc49fb (patch)
tree50b97380d98838b825f9e8dffd58389ae94ace81 /ci
parentfcdd99acc0a2bac7da6ba961c58b7a3669e8d2b9 (diff)
rewrite Dockerfile
JIRA: BOTTLENECK-48 Change-Id: Ic9c118d70d9e91730f67dd205fc184265f002394 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/Dockerfile8
1 files changed, 7 insertions, 1 deletions
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