Bloodmallet / bloodytools

Bloodytools offer multiple different input generators for SimulationCraft. E.g. Trinkets, Races, Legendaries, Soulbinds, and Secondary Distributions....
https://bloodmallet.com/
GNU General Public License v3.0
13 stars 39 forks source link

Update Dockerfile to install dev dependencies list instead of dependencies #147

Closed weswigham closed 4 months ago

weswigham commented 4 months ago

setuptools has to be installed inside the image for pkg_resources to be available. I dunno why this wasn't already required - it's possible on older image versions something else was including setuptools in the environment already.

Bloodmallet commented 4 months ago

Thank you for the PR. I don't have docker access right now. So to fix this issue I'm adding setuptools to the requirements.txt file instead to not blow up the image size.

Bloodmallet commented 4 months ago

Please repull and try again. Let me know if that fixed your issue.

weswigham commented 4 months ago

Yeah, that should work. In my local testing image, I just manually installed setuptools, which should be equivalent.