From 367a89523847c3162bd6fca2155741d1847fafe6 Mon Sep 17 00:00:00 2001 From: fryorcraken <110212804+fryorcraken@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:10:54 +1000 Subject: [PATCH] chore: remove install of bind-tools (#124) --- 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}")