system-config/docker/python-builder
Clark Boylan 45da85124f Use pip install -r not -f to install extras
The pip install -f flag is for find-links which is a list of locations
to look for python packages. What we hvae at this path for extras
installation is a list of packages themselves not locations to find
them. We need to use the -r flag for requirements lists to specify this
instead.

This change should update our zuul and nodepool images to include useful
debugging extras.

Change-Id: I647bb835d0c85c3772e1593866a54cfc5ea1db2f
2020-08-03 10:26:30 -07:00
..
scripts Use pip install -r not -f to install extras 2020-08-03 10:26:30 -07:00
Dockerfile Start making 3.8 python images 2020-03-25 17:45:39 -05:00
python3-dev.control Add python-builder docker image 2019-01-21 20:06:42 +00:00