From 8678d4f8360ab958edaba746b885bb5dccf177f8 Mon Sep 17 00:00:00 2001 From: Tanya Degurechaff <34323200+TanyaEleventhGoddess@users.noreply.github.com> Date: Mon, 13 Jul 2020 18:31:53 +0200 Subject: [PATCH] Avoid failures if a mirror on https is selected Signed-off-by: Tanya Degurechaff <34323200+TanyaEleventhGoddess@users.noreply.github.com> --- templates/lxc-debian.in | 4 +++- templates/lxc-devuan.in | 4 +++- templates/lxc-kali.in | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 5039843..deeff29 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -366,12 +366,14 @@ download_debian() $init,\ ifupdown,\ locales,\ +ca-certificates,\ dialog,\ isc-dhcp-client,\ netbase,\ net-tools,\ $iproute,\ -openssh-server +openssh-server,\ +apt-transport-https cache=$1 arch=$2 diff --git a/templates/lxc-devuan.in b/templates/lxc-devuan.in index b5b41e2..c1d7575 100644 --- a/templates/lxc-devuan.in +++ b/templates/lxc-devuan.in @@ -320,12 +320,14 @@ download_devuan() init,\ ifupdown,\ locales,\ +ca-certificates,\ dialog,\ isc-dhcp-client,\ netbase,\ net-tools,\ iproute2,\ -openssh-server +openssh-server,\ +apt-transport-https cache=$1 arch=$2 diff --git a/templates/lxc-kali.in b/templates/lxc-kali.in index 402ec9f..0a8e6e6 100644 --- a/templates/lxc-kali.in +++ b/templates/lxc-kali.in @@ -326,13 +326,15 @@ download_kali() $init,\ ifupdown,\ locales,\ +ca-certificates,\ dialog,\ isc-dhcp-client,\ netbase,\ net-tools,\ $iproute,\ openssh-server,\ -kali-archive-keyring +kali-archive-keyring,\ +apt-transport-https cache=$1 arch=$2