diff --git a/tests/Dockerfile-test b/tests/Dockerfile-test index 43b4191d..61c99a96 100644 --- a/tests/Dockerfile-test +++ b/tests/Dockerfile-test @@ -7,10 +7,12 @@ LABEL \ RUN dnf -y update && dnf -y install \ findutils \ + libmodulemd \ git \ koji \ make \ python3-createrepo_c \ + python3-gobject-base \ python3-tox \ python3-urlgrabber \ && dnf clean all diff --git a/tests/Dockerfile-test-py2 b/tests/Dockerfile-test-py2 index 1e41be20..84ce1f99 100644 --- a/tests/Dockerfile-test-py2 +++ b/tests/Dockerfile-test-py2 @@ -5,13 +5,15 @@ LABEL \ vendor="Pungi developers" \ license="MIT" -RUN yum -y update && yum -y install \ +RUN yum -y update && yum -y install epel-release && yum -y install \ git \ + libmodulemd2 \ make \ python3 \ + python-createrepo_c \ + python-gobject-base \ python-gssapi \ python-libcomps \ - python-createrepo_c \ pykickstart \ && yum clean all