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-22 20:53:32 +0000
commit6929a03559236e3498e8a10f01e054a84e3c5355 (patch)
tree77f5fae449aa13da95cae0edecb7e78b64406629 /share/build-scripts/debootstrap
parentCorrecting typo in host-setup documentation. (diff)
downloadcompute-tools-6929a03559236e3498e8a10f01e054a84e3c5355.tar.xz
compute-tools-6929a03559236e3498e8a10f01e054a84e3c5355.zip
Removing automatic inclusion of apt-transport-https when using https in container-build scripts, not needed for buster and newer.HEADmain
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/build-scripts/debootstrap')
-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