aws / aws-lambda-python-runtime-interface-client

Apache License 2.0
263 stars 75 forks source link

(#37) Adds '--no-same-owner' option to all scripts tar commands #39

Closed flarcher closed 2 years ago

flarcher commented 3 years ago

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.

SukanyaHanumanthu commented 2 years ago

Thanks for reporting and fixing it, looks good to me