Skip to content
Commit 40b7d400 authored by Chris Kay's avatar Chris Kay Committed by Ryan Roberts
Browse files

docker: include entire repository in build context



This change makes the entire repository available from the Docker build
context, which means that we can access files outside of the `docker`
directory from the image building process.

The reason for this is so that we can install Python runtime
dependencies based on the `pyproject.toml` file in the root of the
repositroy, rather than having to manage them manually in the
Dockerfile.

Signed-off-by: Chris Kay's avatarChris Kay <chris.kay@arm.com>
parent 37ed8525
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