mirror of
https://github.com/containers/podman.git
synced 2025-10-12 00:35:05 +08:00

nc can be provided by either ncat (nmap) or netcat (OpenBSD), we only work with the nmap version so make sure we always use that one and not the short alias which can be resolved to either one. It is not clear to me what changed on rawhide but it seemsv netcat is preferred even though we have nmap-ncat installed. Note this only changes the host side nc calls, the Alpine based images only have nc as command so we must continue to use it inside. Signed-off-by: Paul Holzinger <pholzing@redhat.com>