Dockerfile: Update for having more requirements.txt files
authorTom Rini <trini@konsulko.com>
Tue, 4 Feb 2025 23:12:09 +0000 (17:12 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Feb 2025 23:11:35 +0000 (17:11 -0600)
commitfc9f3dd2e91ad2da73d011fd624cb46591a51933
tree5df8763c7f02596e49881cbc8afb529d9d353052
parent859621b47f9e660340665fc18af6d4a01f4ed749
Dockerfile: Update for having more requirements.txt files

Now that we have more requirements.txt files we need to grab all of them
for creating our cache. Also, we do longer should install
python3-pyelftools on the host as it's not used.

Signed-off-by: Tom Rini <trini@konsulko.com>
tools/docker/Dockerfile