summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPilou <pilou-@users.noreply.github.com>2016-06-22 22:30:10 +0200
committerMatt Clay <matt@mystile.com>2016-06-22 13:30:10 -0700
commit7ffbbd34f48a9979627f03beb4bb92afa97a4eee (patch)
treef47926e69e9b06892a1cd1dd58ee1e5ceb5fb4da
parent6cae14e4d6619520572eb8ac302ce93a30d8b475 (diff)
downloadansible-7ffbbd34f48a9979627f03beb4bb92afa97a4eee.tar.gz
Add python-passlib to docker images. (#16376)
Related to #16361
-rw-r--r--test/utils/docker/centos6/Dockerfile1
-rw-r--r--test/utils/docker/centos7/Dockerfile1
-rw-r--r--test/utils/docker/fedora-rawhide/Dockerfile1
-rw-r--r--test/utils/docker/fedora23/Dockerfile1
-rw-r--r--test/utils/docker/opensuseleap/Dockerfile1
-rw-r--r--test/utils/docker/ubuntu1204/Dockerfile1
-rw-r--r--test/utils/docker/ubuntu1404/Dockerfile1
-rw-r--r--test/utils/docker/ubuntu1604/Dockerfile1
8 files changed, 8 insertions, 0 deletions
diff --git a/test/utils/docker/centos6/Dockerfile b/test/utils/docker/centos6/Dockerfile
index bbcee65b04..0df94284d8 100644
--- a/test/utils/docker/centos6/Dockerfile
+++ b/test/utils/docker/centos6/Dockerfile
@@ -23,6 +23,7 @@ RUN yum clean all && \
python-mock \
python-nose \
python-paramiko \
+ python-passlib \
python-pip \
python-setuptools \
python-virtualenv \
diff --git a/test/utils/docker/centos7/Dockerfile b/test/utils/docker/centos7/Dockerfile
index eb84c66c92..40e0ace99f 100644
--- a/test/utils/docker/centos7/Dockerfile
+++ b/test/utils/docker/centos7/Dockerfile
@@ -32,6 +32,7 @@ RUN yum clean all && \
python-mock \
python-nose \
python-paramiko \
+ python-passlib \
python-pip \
python-setuptools \
python-virtualenv \
diff --git a/test/utils/docker/fedora-rawhide/Dockerfile b/test/utils/docker/fedora-rawhide/Dockerfile
index b838bdf945..dd12e78161 100644
--- a/test/utils/docker/fedora-rawhide/Dockerfile
+++ b/test/utils/docker/fedora-rawhide/Dockerfile
@@ -35,6 +35,7 @@ RUN dnf clean all && \
python-mock \
python-nose \
python-paramiko \
+ python-passlib \
python-pip \
python-setuptools \
python-virtualenv \
diff --git a/test/utils/docker/fedora23/Dockerfile b/test/utils/docker/fedora23/Dockerfile
index 4058a1a13f..1d4b343b6b 100644
--- a/test/utils/docker/fedora23/Dockerfile
+++ b/test/utils/docker/fedora23/Dockerfile
@@ -34,6 +34,7 @@ RUN dnf clean all && \
python-mock \
python-nose \
python-paramiko \
+ python-passlib \
python-pip \
python-setuptools \
python-virtualenv \
diff --git a/test/utils/docker/opensuseleap/Dockerfile b/test/utils/docker/opensuseleap/Dockerfile
index 2be1a2ad44..ac3c5d43a2 100644
--- a/test/utils/docker/opensuseleap/Dockerfile
+++ b/test/utils/docker/opensuseleap/Dockerfile
@@ -26,6 +26,7 @@ RUN zypper --non-interactive --gpg-auto-import-keys refresh && \
python-MySQL-python \
python-nose \
python-paramiko \
+ python-passlib \
python-pip \
python-PyYAML \
python-setuptools \
diff --git a/test/utils/docker/ubuntu1204/Dockerfile b/test/utils/docker/ubuntu1204/Dockerfile
index ee8f88f6c3..a06f214635 100644
--- a/test/utils/docker/ubuntu1204/Dockerfile
+++ b/test/utils/docker/ubuntu1204/Dockerfile
@@ -32,6 +32,7 @@ RUN apt-get update -y && \
python-mysqldb \
python-nose \
python-paramiko \
+ python-passlib \
python-pip \
python-setuptools \
python-virtualenv \
diff --git a/test/utils/docker/ubuntu1404/Dockerfile b/test/utils/docker/ubuntu1404/Dockerfile
index 7a6048c9e9..98f71060f1 100644
--- a/test/utils/docker/ubuntu1404/Dockerfile
+++ b/test/utils/docker/ubuntu1404/Dockerfile
@@ -31,6 +31,7 @@ RUN apt-get update -y && \
python-mysqldb \
python-nose \
python-paramiko \
+ python-passlib \
python-pip \
python-setuptools \
python-virtualenv \
diff --git a/test/utils/docker/ubuntu1604/Dockerfile b/test/utils/docker/ubuntu1604/Dockerfile
index de7f29adcc..bcfc80459f 100644
--- a/test/utils/docker/ubuntu1604/Dockerfile
+++ b/test/utils/docker/ubuntu1604/Dockerfile
@@ -34,6 +34,7 @@ RUN apt-get update -y && \
python-mysqldb \
python-nose \
python-paramiko \
+ python-passlib \
python-pip \
python-setuptools \
python-virtualenv \