Merge "Debuntu: add apt-transport-https"

This commit is contained in:
Zuul 2020-06-09 10:33:56 +00:00 committed by Gerrit Code Review
commit a0714c2300
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.