
27 Mar
2023
27 Mar
'23
6 a.m.
On Fri, 24 Mar 2023 at 07:58, Tom Rini trini@konsulko.com wrote:
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
Changes in v2:
- Comment on why we wget
- Drop commented out portion
tools/docker/Dockerfile | 11 +++++++++++ 1 file changed, 11 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org