diff --git a/test/utils/docker/centos6/Dockerfile b/test/utils/docker/centos6/Dockerfile index 21e76aa2796..fa1c8cb2e8f 100644 --- a/test/utils/docker/centos6/Dockerfile +++ b/test/utils/docker/centos6/Dockerfile @@ -24,7 +24,6 @@ RUN yum clean all && \ python-devel \ python-httplib2 \ python-jinja2 \ - python-keyczar \ python-lxml \ python-mock \ python-nose \ diff --git a/test/utils/docker/centos7/Dockerfile b/test/utils/docker/centos7/Dockerfile index 703ff8cde07..8eb95d134de 100644 --- a/test/utils/docker/centos7/Dockerfile +++ b/test/utils/docker/centos7/Dockerfile @@ -34,7 +34,6 @@ RUN yum clean all && \ python-devel \ python-httplib2 \ python-jinja2 \ - python-keyczar \ python-lxml \ python-mock \ python-nose \ diff --git a/test/utils/docker/fedora24/Dockerfile b/test/utils/docker/fedora24/Dockerfile index 603eaf460fa..bc50728c847 100644 --- a/test/utils/docker/fedora24/Dockerfile +++ b/test/utils/docker/fedora24/Dockerfile @@ -40,7 +40,6 @@ RUN dnf clean all && \ python-devel \ python-httplib2 \ python-jinja2 \ - python-keyczar \ python-lxml \ python-mock \ python-nose \ diff --git a/test/utils/docker/fedora25/Dockerfile b/test/utils/docker/fedora25/Dockerfile index e1812a4eb9e..d0e0627ad5d 100644 --- a/test/utils/docker/fedora25/Dockerfile +++ b/test/utils/docker/fedora25/Dockerfile @@ -36,7 +36,6 @@ RUN dnf clean all && \ python-devel \ python-httplib2 \ python-jinja2 \ - python-keyczar \ python-lxml \ python-mock \ python-nose \ diff --git a/test/utils/docker/opensuse42.1/Dockerfile b/test/utils/docker/opensuse42.1/Dockerfile index 0caae9984ca..d47a4e45e6c 100644 --- a/test/utils/docker/opensuse42.1/Dockerfile +++ b/test/utils/docker/opensuse42.1/Dockerfile @@ -25,7 +25,6 @@ RUN zypper --non-interactive --gpg-auto-import-keys refresh && \ python-devel \ python-httplib2 \ python-jinja2 \ - python-keyczar \ python-lxml \ python-mock \ python-MySQL-python \ diff --git a/test/utils/docker/opensuse42.2/Dockerfile b/test/utils/docker/opensuse42.2/Dockerfile index 80e090b8c8a..e265772a2c6 100644 --- a/test/utils/docker/opensuse42.2/Dockerfile +++ b/test/utils/docker/opensuse42.2/Dockerfile @@ -25,7 +25,6 @@ RUN zypper --non-interactive --gpg-auto-import-keys refresh --services --force & python-devel \ python-httplib2 \ python-jinja2 \ - python-keyczar \ python-lxml \ python-mock \ python-MySQL-python \ diff --git a/test/utils/docker/opensuse42.3/Dockerfile b/test/utils/docker/opensuse42.3/Dockerfile index 0bc5b7bdeaa..4fb76f5e91e 100644 --- a/test/utils/docker/opensuse42.3/Dockerfile +++ b/test/utils/docker/opensuse42.3/Dockerfile @@ -25,7 +25,6 @@ RUN zypper --non-interactive --gpg-auto-import-keys refresh --services --force & python-devel \ python-httplib2 \ python-jinja2 \ - python-keyczar \ python-lxml \ python-mock \ python-MySQL-python \ diff --git a/test/utils/docker/ubuntu1204/Dockerfile b/test/utils/docker/ubuntu1204/Dockerfile index ec0e8a7e9da..18bea11d7d2 100644 --- a/test/utils/docker/ubuntu1204/Dockerfile +++ b/test/utils/docker/ubuntu1204/Dockerfile @@ -29,7 +29,6 @@ RUN apt-get update -y && \ python-dev \ python-httplib2 \ python-jinja2 \ - python-keyczar \ python-lxml \ python-mock \ python-mysqldb \ diff --git a/test/utils/docker/ubuntu1404/Dockerfile b/test/utils/docker/ubuntu1404/Dockerfile index f3535313716..a1f3676e9fe 100644 --- a/test/utils/docker/ubuntu1404/Dockerfile +++ b/test/utils/docker/ubuntu1404/Dockerfile @@ -30,7 +30,6 @@ RUN apt-get update -y && \ pass \ python-httplib2 \ python-jinja2 \ - python-keyczar \ python-lxml \ python-mock \ python-mysqldb \ diff --git a/test/utils/docker/ubuntu1604/Dockerfile b/test/utils/docker/ubuntu1604/Dockerfile index eb5a4dc7f41..bc4ada8f18b 100644 --- a/test/utils/docker/ubuntu1604/Dockerfile +++ b/test/utils/docker/ubuntu1604/Dockerfile @@ -34,7 +34,6 @@ RUN apt-get update -y && \ python-dbus \ python-httplib2 \ python-jinja2 \ - python-keyczar \ python-lxml \ python-mock \ python-mysqldb \ diff --git a/test/utils/docker/ubuntu1604py3/Dockerfile b/test/utils/docker/ubuntu1604py3/Dockerfile index a48eb327d08..0896f50d0a0 100644 --- a/test/utils/docker/ubuntu1604py3/Dockerfile +++ b/test/utils/docker/ubuntu1604py3/Dockerfile @@ -64,6 +64,6 @@ RUN ssh-keygen -q -t rsa -N '' -f /root/.ssh/id_rsa && \ cp /root/.ssh/id_rsa.pub /root/.ssh/authorized_keys && \ for key in /etc/ssh/ssh_host_*_key.pub; do echo "localhost $(cat ${key})" >> /root/.ssh/known_hosts; done VOLUME /sys/fs/cgroup /run/lock /run /tmp -RUN pip3 install coverage junit-xml python3-keyczar +RUN pip3 install coverage junit-xml ENV container=docker CMD ["/sbin/init"]