From 94fdc22c2838f5a988ef0739504869e12a5787aa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 12 Apr 2019 20:54:39 +0200 Subject: Including gnupg explicitly in debconf container create command, thanks to Nik Lutz . Signed-off-by: Daniel Baumann --- share/scripts/debconf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/scripts/debconf b/share/scripts/debconf index 46f0381..1aeaf67 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -240,6 +240,9 @@ Debootstrap () EXCLUDE="ifupdown" INCLUDE="dbus" + # apt repositories + INCLUDE="${INCLUDE} gnupg" + if ( echo "${MIRROR}" | grep -qs '^https' ) || \ ( echo "${PARENT_MIRROR}" | grep -qs '^https' ) then -- cgit v1.2.3