This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo ">> Follow install based on https://docs.docker.com/engine/install/ubuntu/" | |
| echo ">> Update the apt package index and install packages to allow apt to use a repository over HTTPS:" | |
| apt-get update | |
| apt-get -y install \ | |
| apt-transport-https \ | |
| ca-certificates \ | |
| curl \ | |
| gnupg \ | |
| lsb-release |
OlderNewer