fix: add --network=host to docker and fix build tool fallback order #89
Reference in New Issue
Block a user
Delete Branch "fix/docker-network-host-and-tool-detection"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pass --network=host to docker build and docker create so package builds
can reach the network. Reorder auto-detection so Docker is tried before
buildah/native, only falling back when the explicit flag is not set.