Merge "Debuntu: add apt-transport-https"
This commit is contained in:
commit
a0714c2300
@ -12,6 +12,6 @@ case $DISTRO_NAME in
|
|||||||
# Note: add-apt-repository would be nice for RPM platforms too - so when we
|
# 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.
|
# need something like it, create a wrapper in dpkg/bin and fedora/bin.
|
||||||
apt-get -y update
|
apt-get -y update
|
||||||
install-packages software-properties-common
|
install-packages software-properties-common apt-transport-https
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
update:
|
||||||
|
- |
|
||||||
|
Add ``apt-transport-https`` package as a base dependency for Debuntu images.
|
Loading…
Reference in New Issue
Block a user