Building the dev image properly, fails during the dependency install step because the Dockerfile upgrades setuptools with pip, but setuptools is already installed via RPM (python3-setuptools). pip tries to uninstall the RPM-provided setuptools first, and aborts because there is no RECORD file (RPM install).
Building the dev image properly, fails during the dependency install step because the Dockerfile upgrades setuptools with pip, but setuptools is already installed via RPM (python3-setuptools). pip tries to uninstall the RPM-provided setuptools first, and aborts because there is no RECORD file (RPM install).