sameersbn / docker-bind

Dockerize BIND DNS server with webmin for DNS administration
MIT License
913 stars 333 forks source link

Dockerfile fails to build #97

Open samcro1967 opened 4 years ago

samcro1967 commented 4 years ago

I tried to build the container to update the software and it fails at BIND_VERSION=9.16.1 saying it cannot find it. I tried to change the version number to the most recent stable version and it still failed.

noel-jackson commented 4 years ago

The issue I see is with webmin. Changing the version to 1.953 works for me. Perhaps not ideal, changing it to 1.9 will enable any 1.9x webmin updates to build.

It's also good to see that webmin installs in focal now without a bunch of hackery (broken python dependency).

samcro1967 commented 4 years ago

LOL. U R Correct. I copied the wrong line. It fails on webmin. I was thinking I should also update BIND as well as webmin. I will try Bind 9.16.4 once I can build successfully with a newer webmin.