Skip to content
Commit 5ccfeb7d authored by Ryan Roberts's avatar Ryan Roberts
Browse files

containers: Install requirements.txt in containers



Add requirements.txt to capture all the Python packages that the cli
tool depends on, then install all of those packages when building
containers. This is especially important for the ci container, to allow
fastpath to run.

In order to make this work, we need to expand the build context to cover
the entire repo when building the containers, so that the Dockerfile can
COPY the requirements.txt. Adjust some paths to make this conformant.

Signed-off-by: Ryan Roberts's avatarRyan Roberts <ryan.roberts@arm.com>
parent 13a04ef4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment