Closed sebastien-rosset closed 4 years ago
It would be great if you could merge this pull request. Currently, dockerize
just silently continues although it failed to figure out the dependencies.
I've merged an alternative to this change that makes dockerize work with python 3. I'm not going to worry about python 3 compatibility going forward).
In python 2.x, subprocess.check_output returns a string. In python 3.x, subprocess.check_output returns an object of type <class 'bytes'>
This PR supports both cases so dockerize can run with python 2 or python 3.