Skip to content

Commit 30f529c

Browse files
committed
test images: Adds --force-yes when installing jessie-dnsutils packages
Currently, the jessie-dnsutils image fails to build for arm64 arch with the following error: GPG error: http://archive.debian.org jessie Release: The following signatures were invalid: KEYEXPIRED 1587841717 We can bypass this issue by adding a --force-yes flag when installing the needed dnsutils.
1 parent 3be451d commit 30f529c

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)