Explorar o código

Use rootful container for testing

bryan hai 3 días
pai
achega
602885dae2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      installJRMC

+ 1 - 1
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