solvaholic / octodns-sync

GitHub Action to test and deploy DNS settings with OctoDNS
MIT License
28 stars 14 forks source link

Check this error building Dockerfile #25

Closed solvaholic closed 3 years ago

solvaholic commented 3 years ago

What I did

Test build Dockerfile

What I expected to happen

Errorless success!

What happened instead

ERROR: Cannot install -r /octodns/requirements.txt (line 5) and docutils==0.16 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

Additional info

I'm pretty sure that's come up before and has been mostly ignore-able.

Spend some time catching up versions and digging into any errors in the process.

solvaholic commented 3 years ago

This error didn't occur when I bumped versions in #27 🤷