|
@@ -1780,7 +1780,7 @@ fi
|
|
# functions to probe cross compilers
|
|
# functions to probe cross compilers
|
|
|
|
|
|
container="no"
|
|
container="no"
|
|
-if test $use_containers = "yes"; then
|
|
|
|
|
|
+if test $use_containers = "yes" && (has "docker" || has "podman"); then
|
|
case $($python "$source_path"/tests/docker/docker.py probe) in
|
|
case $($python "$source_path"/tests/docker/docker.py probe) in
|
|
*docker) container=docker ;;
|
|
*docker) container=docker ;;
|
|
podman) container=podman ;;
|
|
podman) container=podman ;;
|