]> git.ipfire.org Git - thirdparty/lxc.git/commit
Add apt-transport-https to minbase variant packages_template 1021/head
authorJesse Pretorius <jesse.pretorius@rackspace.co.uk>
Wed, 11 May 2016 17:17:58 +0000 (18:17 +0100)
committerJesse Pretorius <jesse.pretorius@rackspace.co.uk>
Wed, 11 May 2016 17:30:39 +0000 (18:30 +0100)
commit396f75abb3d319adc7d871b94b08bc6bb9c49585
treeec20de3ad25d4fcb7e907b4f60bd4c3bed95ded9
parent6b63f7a119412c2a5b636b0760a3f4c492cac855
Add apt-transport-https to minbase variant packages_template

In many environments the preference is to configure containers with
apt mirrors that are SSL-secured.

When building containers using the download template this can't be
done unless an insecure mirror is first used to install the
apt-transport-https package, then the sources reconfigured to
use the https URL.

When building containers without using the download template this
can't be done unless the container creator specifically includes
this package in the package list at build time.

It seems more intuitive to me to have the package installed by
default. This patch includes the required package for the minbase
variant only as this is the default.

Signed-off-by: Jesse Pretorius <jesse.pretorius@rackspace.co.uk>
templates/lxc-ubuntu.in