aboutsummaryrefslogtreecommitdiff
path: root/jessie-amd64-jenkins-master/Dockerfile
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2018-01-11 20:28:01 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2018-01-11 20:28:01 +0200
commit4e90b93008127a5c8cd77415dd2eeb3b7457b1c5 (patch)
tree23cc051671c357730122e15b0604e603864be3d4 /jessie-amd64-jenkins-master/Dockerfile
parent93cb3f22b0c97bc810f3131ec2af66c66d9d1736 (diff)
jenkins-master: add more packages
Used by QA team for ERP testing automation. Change-Id: I7f7c48122fa169185bae700f86ec47ad69a8c844 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'jessie-amd64-jenkins-master/Dockerfile')
-rw-r--r--jessie-amd64-jenkins-master/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/jessie-amd64-jenkins-master/Dockerfile b/jessie-amd64-jenkins-master/Dockerfile
index 9089bbed..4620aaac 100644
--- a/jessie-amd64-jenkins-master/Dockerfile
+++ b/jessie-amd64-jenkins-master/Dockerfile
@@ -23,12 +23,17 @@ RUN wget -q https://bootstrap.pypa.io/get-pip.py -O /tmp/get-pip.py \
&& chmod +x /usr/bin/repo \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
+ ansible \
debian-keyring \
devscripts \
+ dirmngr \
dput \
jq \
+ python-future \
python-paramiko \
python-requests \
+ sshpass \
+ virtualenv \
&& wget -q https://launchpad.net/ubuntu/+archive/primary/+files/dput_0.9.6.4ubuntu3_all.deb \
&& dpkg -i --force-all *.deb \
&& apt-get clean \