I had an issue where when building a docker image the pip install was failing because of private repos and GitHub’s restriction that a deploy key can’t be reused across repos. I ended up passing the ssh-keys all concatenated together into the docker build and splitting them apart with awk to separate key files and modifying the ssh config.
1 Like