From 4e2c5b28e1867ef3fd14c26c7ac4322f999ecd26 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 29 Nov 2025 19:17:36 -0500 Subject: [PATCH] Add line to install build dependencies from specfile --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 0861e40..7cba0cd 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,5 +3,7 @@ dnf -y install rpmdevtools rpmdev-setuptree +dnf -y builddep $1 + rpmdev-spectool -g -C ~/rpmbuild/SOURCES $1 rpmbuild --nodebuginfo --bb $1