I have a Dockerfile that installs the IPM module with a dependency on the shvarov-user-management module, and the Python libraries it uses (google, google-auth) are not installed during the Docker build.
If I install shvarov-user-management manually in IRIS after the Docker image is built, all the Python libs get loaded and installed perfectly.
zpm "install shvarov-user-management -v"
It's a regression bug identified in IPM 0.10.4
If I use IPM 0.9.2 all works fine.