chore: remove install of bind-tools

Done in nwaku 0.32.0 with #2975
This commit is contained in:
fryorcraken 2024-09-10 15:45:55 +10:00
parent abaf78e020
commit d0128e0396
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -26,9 +26,6 @@ if [ -z "${DOMAIN}" ]; then
echo "Failed to get ip, received: '${MY_EXT_IP}'"
else
echo "auto-domain: ip is '${MY_EXT_IP}'"
# TODO: Include this in nwaku docker image
apk update
apk add bind-tools
# Get reverse DNS
DNS=$(dig +short -x "${MY_EXT_IP}")