summaryrefslogtreecommitdiffstats
path: root/share/build-scripts/debootstrap
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/debootstrap
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 '')
-rwxr-xr-xshare/build-scripts/debootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/build-scripts/debootstrap b/share/build-scripts/debootstrap
index 696c7b4..ccfc2c9 100755
--- a/share/build-scripts/debootstrap
+++ b/share/build-scripts/debootstrap
@@ -161,7 +161,7 @@ INCLUDE="dbus"
case "${MIRROR}" in
https*)
- INCLUDE="${INCLUDE},apt-transport-https,ca-certificates"
+ INCLUDE="${INCLUDE},ca-certificates"
;;
esac