mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #80053 from bclau/tests/fix-jessie-dnsutils
tests: Fixes jessie-dnsutils image build
This commit is contained in:
commit
de091d102f
@ -22,8 +22,11 @@ DEB_ARCH=$(dpkg --print-architecture)
|
|||||||
|
|
||||||
case ${DEB_ARCH} in
|
case ${DEB_ARCH} in
|
||||||
s390x|arm64|ppc64el)
|
s390x|arm64|ppc64el)
|
||||||
sed -i '/debian-security/d' /etc/apt/sources.list
|
# we have to use the archive mirrors.
|
||||||
;;
|
# See: https://lists.debian.org/debian-devel-announce/2019/03/msg00006.html
|
||||||
|
echo "deb http://archive.debian.org/debian/ jessie main contrib non-free" | tee /etc/apt/sources.list
|
||||||
|
echo "deb-src http://archive.debian.org/debian/ jessie main contrib non-free" | tee -a /etc/apt/sources.list
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user