Cirrus: Fix missing "dig" dependency on Debian

pull/177/head
Jeremy Rand 1 year ago
parent acbea5b689
commit 7cf7f1ab4b
No known key found for this signature in database
GPG Key ID: EB03139A459DD06E

@ -192,7 +192,8 @@ task:
populate_script: mkdir -p /tmp/bitcoind
install_script:
- apt-get update
- apt-get install -y dnssec-trigger
# bind9-dnsutils contains dig
- apt-get install -y dnssec-trigger bind9-dnsutils
# Namecoin Core
- BITCOIND_URL=$(curl https://www.namecoin.org/download/ | grep x86_64-linux-gnu.tar.gz | grep -v 0.13.99 | grep --only-matching https://.*.tar.gz)
- BITCOIND_FILENAME=$(echo $BITCOIND_URL | grep -E --only-matching 'namecoin-nc.*.tar.gz')

Loading…
Cancel
Save