From d0128e039668f1939d24aae93e25ea797af2a87a Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Tue, 10 Sep 2024 15:45:55 +1000 Subject: [PATCH] chore: remove install of bind-tools Done in nwaku 0.32.0 with #2975 --- run_node.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/run_node.sh b/run_node.sh index 59753db..b2e2fae 100755 --- a/run_node.sh +++ b/run_node.sh @@ -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}")