Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
Loading