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

build tools are needed during yarn install #57

Closed scuben closed 2 years ago

scuben commented 2 years ago

I fixed my docker build with removing the removal of the build tools

rseanhall commented 2 years ago

Thanks!

I couldn't reproduce this on my machine, though. Do you have any idea why yours would be different? The nice thing about Docker was supposed to be a single configuration that works for everyone.

scuben commented 2 years ago

It might be because I use an M1 mac and thus the arm platform was chosen for the image. Some yarn package then needed to do compile work in that case.