Skip to content

Commit d42d038

Browse files
committed
install lua
1 parent d042e3e commit d42d038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ADD rpmautospec-norpm.patch /
88
ADD repofiles/fedora-infra.repo /etc/yum.repos.d
99

1010
RUN \
11-
dnf -y install mock koji dist-git-client patch python3-norpm python3-specfile redhat-rpm-config acl rpmautospec jq && \
11+
dnf -y install mock koji dist-git-client patch python3-norpm python3-specfile redhat-rpm-config acl rpmautospec jq lua && \
1212
patch /usr/lib/python3.14/site-packages/koji/rpmdiff.py < /rpmdiff.patch && \
1313
patch /usr/lib/python3.14/site-packages/rpmautospec/pkg_history.py < rpmautospec-norpm.patch && \
1414
dnf remove -y patch && \

0 commit comments

Comments
 (0)