We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0af921 + 30f529c commit b224790Copy full SHA for b224790
test/images/jessie-dnsutils/Dockerfile
@@ -25,7 +25,7 @@ COPY fixup-apt-list.sh /
25
RUN ["/fixup-apt-list.sh"]
26
27
RUN apt-get -q update && \
28
- apt-get install -y dnsutils && \
+ apt-get install -y --force-yes dnsutils && \
29
apt-get clean
30
31
ADD https://github.com/coredns/coredns/releases/download/v1.5.0/coredns_1.5.0_linux_BASEARCH.tgz /coredns.tgz
0 commit comments