Skip to content

Commit 57dd199

Browse files
committed
ci: install client integration test dependencies in the Python 3 image
Signed-off-by: Martin Styk <mart.styk@gmail.com>
1 parent 97ff388 commit 57dd199

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/containers/test-py3/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ RUN dnf install -y 'dnf-command(config-manager)' \
1313
python3-rpm python3-decorator python3-itsdangerous python3-werkzeug \
1414
python3-requests python3-gssapi python3-simplejson python3-mysqlclient \
1515
python3-pytest python3-gunicorn python3-formencode \
16-
mariadb openldap-servers openldap-clients lsof \
16+
python3-prettytable python3-jinja2 python3-rdflib \
17+
mariadb openldap-servers openldap-clients lsof nss_wrapper \
1718
&& dnf clean all

0 commit comments

Comments
 (0)