summaryrefslogtreecommitdiffstats
path: root/share/build-scripts/debconf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2025-01-22 20:53:32 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2025-01-26 19:09:40 +0000
commit18583eeab9cd59dd9a2eae6af2493f8fa0fe1f3b (patch)
treee0632b9293251d1088c954e7e11bf8046100df94 /share/build-scripts/debconf
parentCorrecting typo in host-setup documentation. (diff)
downloadcompute-tools-18583eeab9cd59dd9a2eae6af2493f8fa0fe1f3b.tar.xz
compute-tools-18583eeab9cd59dd9a2eae6af2493f8fa0fe1f3b.zip
Removing automatic inclusion of apt-transport-https when using https in container-build scripts, not needed for buster and newer.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/build-scripts/debconf')
-rwxr-xr-xshare/build-scripts/debconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/build-scripts/debconf b/share/build-scripts/debconf
index 2dd8cb7..9f5a948 100755
--- a/share/build-scripts/debconf
+++ b/share/build-scripts/debconf
@@ -378,7 +378,7 @@ Bootstrap ()
if ( echo "${MIRROR}" | grep -qs '^https' ) || \
( echo "${PARENT_MIRROR}" | grep -qs '^https' )
then
- INCLUDE="${INCLUDE},apt-transport-https,ca-certificates"
+ INCLUDE="${INCLUDE},ca-certificates"
fi
case "${MODE}" in