summaryrefslogtreecommitdiffstats
path: root/ci/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/docker/Dockerfile')
-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