Merge pull request #92156 from claudiubelu/test-images/jessie-dnsutils-fix

test images: Adds --force-yes when installing jessie-dnsutils packages
This commit is contained in:
Kubernetes Prow Robot 2020-06-15 23:26:27 -07:00 committed by GitHub
commit b2247906a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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