Rebuild awx_task image with custom options

Hi all. Im newbie in dokcer and i want know how i can rebuild the awx_task image with dns options ndots to 1.

Look into providing the --dns-opts via docker-compose. I don’t think you’ll need to rebuilt anything, you’ll probably just end up modifying the compose file with extra information

https://docs.docker.com/config/containers/container-networking/#dns-services
https://docs.docker.com/v17.09/engine/userguide/networking/default_network/configure-dns/