checkdnsrr() always returns true in apline images · Issue #442 · docker-library/php

In php:7.1-alpine and php:7.0-alpine, checkdnsrr seems to return true for everything. This is not the case with debian images. Debian version working as expected: $ docker run -it --rm php:7.1-cli ...