The problem could also be an issue with DNS resolution missing from the resolv.conf file. This command should fix that.
echo 'nameserver 1.1.1.1' | sudo tee -a /etc/resolv.conf >/dev/null`