From 4cc4dc679345b6d72c76494116f75ef7593c8dff Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 18 Jul 2016 16:55:10 -0400 Subject: [PATCH] Add postgresql dependencies to opensuseleap. --- test/utils/docker/opensuseleap/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/utils/docker/opensuseleap/Dockerfile b/test/utils/docker/opensuseleap/Dockerfile index ac3c5d43a2c..183ec679069 100644 --- a/test/utils/docker/opensuseleap/Dockerfile +++ b/test/utils/docker/opensuseleap/Dockerfile @@ -18,6 +18,7 @@ RUN zypper --non-interactive --gpg-auto-import-keys refresh && \ mariadb \ mercurial \ openssh \ + postgresql-server \ python-coverage \ python-httplib2 \ python-jinja2 \ @@ -28,6 +29,7 @@ RUN zypper --non-interactive --gpg-auto-import-keys refresh && \ python-paramiko \ python-passlib \ python-pip \ + python-psycopg2 \ python-PyYAML \ python-setuptools \ python-virtualenv \