kompot / nhl-tv-geeky-streams

Best way to download NHL games. NHL.TV, NHL LIVE, or WatchESPN account is required.
MIT License
35 stars 7 forks source link

Use python3 in Dockerfile #34

Closed dsem closed 5 years ago

dsem commented 5 years ago

The Dockerfile is failing to build with python2 with the error: "No matching distribution found for cffi!=1.11.3,>=1.7". Switching to python3 should provide much more reliable dependency fulfillments.

kompot commented 5 years ago

Thanks!