Category: AWS, Ubuntu, Docker

2. Install packages to allow apt to use a repository over HTTPS:
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
software-properties-common Verify that you now have the key…

Related Articles