diff --git a/test/images/jessie-dnsutils/Dockerfile b/test/images/jessie-dnsutils/Dockerfile index eedc1ec5d73..9fd6a276a05 100644 --- a/test/images/jessie-dnsutils/Dockerfile +++ b/test/images/jessie-dnsutils/Dockerfile @@ -25,7 +25,7 @@ COPY fixup-apt-list.sh / RUN ["/fixup-apt-list.sh"] RUN apt-get -q update && \ - apt-get install -y dnsutils && \ + apt-get install -y --force-yes dnsutils && \ apt-get clean ADD https://github.com/coredns/coredns/releases/download/v1.5.0/coredns_1.5.0_linux_BASEARCH.tgz /coredns.tgz