My original comment is here.
It explains how to use this script to safely share your SSH access with docker during a build.
This lets you easily install things from private repos during docker build
.
In this example I use pip
to install a package from a private repo on gitlab.
The wrapper script, and example Dockerfile are included. Here is how to use them:
$ docker_with_host_ssh.sh build -f ../docker/Dockerfile
...
from -r requirements.txt (line 23)
Cloning ssh://[email protected]/...
...
Successfully built 7aae96739921