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 18:57:30 +0000
commit2e2f1ca490a9dec0cf975662769e8620c81c90ae (patch)
tree965a4eb84947639799f857a74a421e349c68773a /share/build-scripts/debconf
parentCorrecting typo in host-setup documentation. (diff)
downloadcompute-tools-2e2f1ca490a9dec0cf975662769e8620c81c90ae.tar.xz
compute-tools-2e2f1ca490a9dec0cf975662769e8620c81c90ae.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 9e28216..7bc8c06 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