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