commit | 866f30205b50e0fc9834852f46def55bf84c20a5 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Mar 23 14:57:58 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 04 12:24:29 2023 -0400 |
tree | f702ddb6dba98ac4917527ac74ccc1b3a518353d | |
parent | 046b8ef438a26713f94b38d1aa8e131d8049921b [diff] |
Dockerfile: Populate a pip cache Given the number of jobs in CI we have which use python and pip install packages, we should do this once in the Dockerfile, in order to populate the cache. We let each job continue to create and use the virtual environments they need to facilitate making updates to these environments easier. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>