In my Containerfile I had to execute rpm --setcaps shadow-utils To fix the problem. We have seen similar problems with file caps missing in fedora images.
In my Containerfile I had to execute
rpm --setcaps shadow-utils
To fix the problem. We have seen similar problems with file caps missing in fedora images.