diff --git a/Makefile b/Makefile index f2387d3df2..7e1f1f011b 100644 --- a/Makefile +++ b/Makefile @@ -335,6 +335,7 @@ validatepr: ## Go Format and lint, which all code changes must pass $(PODMANCMD) run --rm \ -v $(CURDIR):/go/src/github.com/containers/podman \ --security-opt label=disable \ + --network=host \ -it \ -w /go/src/github.com/containers/podman \ quay.io/libpod/validatepr:latest \