1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add postgresql dependencies to opensuseleap.

This commit is contained in:
Matt Clay 2016-07-18 16:55:10 -04:00
parent 95c983438b
commit 4cc4dc6793

View file

@ -18,6 +18,7 @@ RUN zypper --non-interactive --gpg-auto-import-keys refresh && \
mariadb \ mariadb \
mercurial \ mercurial \
openssh \ openssh \
postgresql-server \
python-coverage \ python-coverage \
python-httplib2 \ python-httplib2 \
python-jinja2 \ python-jinja2 \
@ -28,6 +29,7 @@ RUN zypper --non-interactive --gpg-auto-import-keys refresh && \
python-paramiko \ python-paramiko \
python-passlib \ python-passlib \
python-pip \ python-pip \
python-psycopg2 \
python-PyYAML \ python-PyYAML \
python-setuptools \ python-setuptools \
python-virtualenv \ python-virtualenv \