|
|
|
|
|
by newman314
1732 days ago
|
|
I think I ran into this problem while trying to Dockerize ansible to be able to run on ppc64le. For other reasons, I have a need to be able to run an up to ansible on Linux on POWER. I think due to a lack of an available wheel for cryptography on ppc64le, I ended up having to include cargo in the dependency chain and subsequently a pretty large docker image (over 200MB). Ugh. |
|