Skip to content

Commit b224790

Browse files
authored
Merge pull request kubernetes#92156 from claudiubelu/test-images/jessie-dnsutils-fix
test images: Adds --force-yes when installing jessie-dnsutils packages
2 parents b0af921 + 30f529c commit b224790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/images/jessie-dnsutils/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY fixup-apt-list.sh /
2525
RUN ["/fixup-apt-list.sh"]
2626

2727
RUN apt-get -q update && \
28-
apt-get install -y dnsutils && \
28+
apt-get install -y --force-yes dnsutils && \
2929
apt-get clean
3030

3131
ADD https://github.com/coredns/coredns/releases/download/v1.5.0/coredns_1.5.0_linux_BASEARCH.tgz /coredns.tgz

0 commit comments

Comments
 (0)