From 602885dae22eaf0444aed7dfd4f8258a8fc1783d Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 24 Apr 2025 09:43:42 -0400 Subject: [PATCH] Use rootful container for testing --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 30d3752..2279295 100755 --- a/installJRMC +++ b/installJRMC @@ -781,7 +781,7 @@ acquire_deb_new() { fi # Define the repositories to search - cnt=$(buildah from --quiet alpine:edge) && + cnt=$(sudo buildah from --quiet alpine:edge) && buildah run "$cnt" -- sh -c ' apk add apt &>/dev/null mkdir -p /download