diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-06-14 19:09:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-06-14 19:09:29 +0000 |
commit | bd7a6f64ee348ee5cabf21874f50937432ef7e6f (patch) | |
tree | 21b7e33753ed7068eda64cc68285199da8309e85 /share/scripts/debconf | |
parent | Showing local containers in container list command only. (diff) | |
download | compute-tools-bd7a6f64ee348ee5cabf21874f50937432ef7e6f.tar.xz compute-tools-bd7a6f64ee348ee5cabf21874f50937432ef7e6f.zip |
Including apt-transport-https in default package selection of progress-linux container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/debconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf index 4f29238..9f52145 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -231,7 +231,7 @@ Debootstrap () ;; progress-linux) - INCLUDE="--include=apt-utils,ifupdown,locales-all,libui-dialog-perl,dialog,isc-dhcp-client,netbase,net-tools,iproute,openssh-server,wget,dbus,libpam-systemd" + INCLUDE="--include=apt-transport-https,ca-certificates,apt-utils,ifupdown,locales-all,libui-dialog-perl,dialog,isc-dhcp-client,netbase,net-tools,iproute,openssh-server,wget,dbus,libpam-systemd" ;; esac |