diff options
Diffstat (limited to 'test/utils/docker/opensuse42.1/Dockerfile')
-rw-r--r-- | test/utils/docker/opensuse42.1/Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/utils/docker/opensuse42.1/Dockerfile b/test/utils/docker/opensuse42.1/Dockerfile index 82fe949711..519e2604f9 100644 --- a/test/utils/docker/opensuse42.1/Dockerfile +++ b/test/utils/docker/opensuse42.1/Dockerfile @@ -20,7 +20,6 @@ RUN zypper --non-interactive --gpg-auto-import-keys refresh && \ mercurial \ openssh \ postgresql-server \ - python-coverage \ python-cryptography \ python-devel \ python-httplib2 \ @@ -72,6 +71,6 @@ RUN ssh-keygen -q -t rsa1 -N '' -f /etc/ssh/ssh_host_key && \ for key in /etc/ssh/ssh_host_*_key.pub; do echo "localhost $(cat ${key})" >> /root/.ssh/known_hosts; done # explicitly enable the service, opensuse default to disabled services RUN systemctl enable sshd.service -RUN pip install junit-xml +RUN pip install coverage junit-xml ENV container=docker CMD ["/sbin/init"] |