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

Add alpine system dependencies to Dockerfile #32

Closed dsem closed 5 years ago

dsem commented 5 years ago

Really bizarre how this app could work for others and not me.. maybe the underlying alpine image was updated to remove these dependencies? Either way, this MR adds needed development packages to run the pip installs.

tomplex commented 5 years ago

I just tried to run this in docker-compose and realized the same, was about to make a PR myself. Glad I checked first!

kompot commented 5 years ago

Thanks, probably base alpine image has changed noticeably so the previous version stopped working.

Will fix base image to a more specific one.