From 70776963d344f116566f082d397b5d193309ae61 Mon Sep 17 00:00:00 2001 From: TC Date: Sun, 2 Jul 2023 20:23:05 -0500 Subject: [PATCH] hacking on rpm building --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 0f7cd6ba..6da3a65a 100644 --- a/Earthfile +++ b/Earthfile @@ -134,7 +134,7 @@ package-linux-amd64-deb: package-linux-amd64-rpm: FROM --platform amd64 rockylinux:8 - RUN yum install -y createrepo rpm-build rpm-sign wget gcc python3 yum-utils rpmdevtools + RUN yum install -y createrepo rpm-build rpm-sign yum-utils rpmdevtools RUN rpmdev-setuptree ################################# ### RPMBUILD .RPM FILES