Add python-passlib to docker images. (#16376)

Related to #16361
This commit is contained in:
Pilou 2016-06-22 22:30:10 +02:00 committed by Matt Clay
parent 6cae14e4d6
commit 7ffbbd34f4
8 changed files with 8 additions and 0 deletions

View file

@ -23,6 +23,7 @@ RUN yum clean all && \
python-mock \
python-nose \
python-paramiko \
python-passlib \
python-pip \
python-setuptools \
python-virtualenv \

View file

@ -32,6 +32,7 @@ RUN yum clean all && \
python-mock \
python-nose \
python-paramiko \
python-passlib \
python-pip \
python-setuptools \
python-virtualenv \

View file

@ -35,6 +35,7 @@ RUN dnf clean all && \
python-mock \
python-nose \
python-paramiko \
python-passlib \
python-pip \
python-setuptools \
python-virtualenv \

View file

@ -34,6 +34,7 @@ RUN dnf clean all && \
python-mock \
python-nose \
python-paramiko \
python-passlib \
python-pip \
python-setuptools \
python-virtualenv \

View file

@ -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 \

View file

@ -32,6 +32,7 @@ RUN apt-get update -y && \
python-mysqldb \
python-nose \
python-paramiko \
python-passlib \
python-pip \
python-setuptools \
python-virtualenv \

View file

@ -31,6 +31,7 @@ RUN apt-get update -y && \
python-mysqldb \
python-nose \
python-paramiko \
python-passlib \
python-pip \
python-setuptools \
python-virtualenv \

View file

@ -34,6 +34,7 @@ RUN apt-get update -y && \
python-mysqldb \
python-nose \
python-paramiko \
python-passlib \
python-pip \
python-setuptools \
python-virtualenv \