Hacker News new | ask | show | jobs
by jjayj 678 days ago
I regularly build images where we install Python from source, which makes 30m seem quite normal...
1 comments

Why?
We do development/builds in containers to make things easier on the devs. These are the Python build containers, so we have to rebuild every time there's a new version of Python or one of its dependencies.
Maybe to secure the supply chain
If they can't trust their own build cache, they really have problems.