Dockerfile: Populate a pip cache
authorTom Rini <trini@konsulko.com>
Thu, 23 Mar 2023 18:57:58 +0000 (14:57 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 4 Apr 2023 16:24:29 +0000 (12:24 -0400)
commit866f30205b50e0fc9834852f46def55bf84c20a5
treef702ddb6dba98ac4917527ac74ccc1b3a518353d
parent046b8ef438a26713f94b38d1aa8e131d8049921b
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>
tools/docker/Dockerfile