- Switched to root user with
sudo su - - Updated package registry on Ubuntu 18.04.6
apt update \ && apt upgrade - Installed dependencies & added Docker's official GPG key
apt install apt-transport-https ca-certificates curl software-properties-common \
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -