Use rootful container for testing
This commit is contained in:
@@ -781,7 +781,7 @@ acquire_deb_new() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Define the repositories to search
|
# Define the repositories to search
|
||||||
cnt=$(buildah from --quiet alpine:edge) &&
|
cnt=$(sudo buildah from --quiet alpine:edge) &&
|
||||||
buildah run "$cnt" -- sh -c '
|
buildah run "$cnt" -- sh -c '
|
||||||
apk add apt &>/dev/null
|
apk add apt &>/dev/null
|
||||||
mkdir -p /download
|
mkdir -p /download
|
||||||
|
|||||||
Reference in New Issue
Block a user