bind9-dnsutils exists starting in Debian bullseye, and dnsutils stopped existing in trixie.
FROM {{ os_image }}:{{ os_version }}
-RUN apt-get update && apt-get install -y curl gnupg dnsutils apt-transport-https
+RUN apt-get update && apt-get install -y curl gnupg bind9-dnsutils apt-transport-https
{% if release.startswith('dnsdist-') %}
COPY pkg-pin /etc/apt/preferences.d/dnsdist
Maintainer: PowerDNS Autobuilder <powerdns.support@powerdns.com>
Priority: optional
Standards-Version: 4.5.1
-Build-Depends: bison,
+Build-Depends: bind9-dnsutils | dnsutils,
+ bison,
curl,
debhelper-compat (= 10),
default-libmysqlclient-dev,
- dnsutils,
flex,
libboost-all-dev,
libcdb-dev,
Tests: smoke
-Depends: dnsutils,
+Depends: bind9-dnsutils,
@
Restrictions: needs-root
]
rec_bulk_deps = [
'curl',
- 'dnsutils',
+ 'bind9-dnsutils',
'libboost-all-dev',
'libcap2',
'libfstrm0',
]
rec_bulk_ubicloud_deps = [
'curl',
- 'dnsutils',
+ 'bind9-dnsutils',
'libboost-context1.74.0',
'libboost-system1.74.0',
'libboost-filesystem1.74.0',
'bind9utils',
'curl',
'default-jre-headless',
- 'dnsutils',
+ 'bind9-dnsutils',
'faketime',
'gawk',
'krb5-user',