mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
a46daf2300
* apt-transport-https is no longer needed (apt has builtin HTTPS support)
apt-transport-https is a virtual package since Ubuntu Bionic as apt
natively supports HTTPS repos since then, see:
https://packages.ubuntu.com/bionic/apt-transport-https
Signed-off-by: Simon Deziel <simon@sdeziel.info>
* Stop pulling software-properties-common (unused)
software-properties-common was used for the add-apt-repository
command that is no longer used since commit
|
||
---|---|---|
.. | ||
deb-ee-beta.list | ||
deb-ee-stable.list | ||
deb-oss-beta.list | ||
deb-oss-stable.list | ||
Dockerfile.deb | ||
Dockerfile.rpm | ||
rpm-ee-beta.list | ||
rpm-ee-stable.list | ||
rpm-oss-beta.list | ||
rpm-oss-stable.list | ||
verify-repos.sh |