Debuntu: add apt-transport-https

I don't see anywhere we bring this in, especially on a minimal build.
In 2020 it seems like a base dependency, put it alongside
software-properties-common that installs the other apt helper bits.

Change-Id: I5b079eac4912cb4a164e9aa6158ed106a28f576c
This commit is contained in:
Ian Wienand 2020-04-02 10:10:14 +11:00
parent 56dc0a2c31
commit 434d2db5d4
2 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,6 @@ case $DISTRO_NAME in
# Note: add-apt-repository would be nice for RPM platforms too - so when we
# need something like it, create a wrapper in dpkg/bin and fedora/bin.
apt-get -y update
install-packages software-properties-common
install-packages software-properties-common apt-transport-https
;;
esac

View File

@ -0,0 +1,4 @@
---
update:
- |
Add ``apt-transport-https`` package as a base dependency for Debuntu images.