When trying to use buildah to build an image using the PPA packages for ubuntu, the "runc" comand is not found and the build aborts.
The cri-o-runc package contains the runc executable, but at /usr/lib/cri-o-runc/sbin/runc which is not in the PATH.
Linking is a workaround
sudo ln -s /usr/lib/cri-o-runc/sbin/runc /usr/local/sbin
but please place the runc command in the proper place.