diff --git a/Containerfile b/Containerfile index 61a5d84..f9b9809 100644 --- a/Containerfile +++ b/Containerfile @@ -7,7 +7,9 @@ ADD rpmautospec-norpm.patch / ADD repofiles/fedora-infra.repo /etc/yum.repos.d RUN \ - dnf -y install mock koji dist-git-client patch python3-norpm python3-specfile redhat-rpm-config acl rpmautospec jq rpmlint && \ + dnf -y --nodocs --setopt=install_weak_deps=False install \ + mock koji dist-git-client patch python3-norpm python3-specfile redhat-rpm-config \ + acl rpmautospec jq rpmlint podman skopeo && \ patch /usr/lib/python3.14/site-packages/rpmautospec/pkg_history.py < rpmautospec-norpm.patch && \ dnf remove -y patch && \ dnf -y clean all && \