Fix for the error Cannot change ownership to uid 1515433866, gid 1896053708 raised while installing from a container as root.
Indeed:
High UIDs and GIDs are not accepted from Docker containers
As root (only), by default, the tar command extracts files using the ownership described in the archive (not of the FS)
Description of changes:
Adds tar option --no-same-owner so that the ownership is not forced in the destination and the python module can be installed as root from a container.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #37:
Fix for the error Cannot change ownership to uid 1515433866, gid 1896053708 raised while installing from a container as root.
Indeed:
Description of changes:
Adds tar option
--no-same-owner
so that the ownership is not forced in the destination and the python module can be installed as root from a container.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.