We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff7cf9 commit a69aa59Copy full SHA for a69aa59
1 file changed
build_image
@@ -4,7 +4,7 @@ set -e +x -o pipefail
4
5
function bootstrap_docker()
6
{
7
- usdo apt-get update --quiet --quiet
+ sudo apt-get update --quiet --quiet
8
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common jq
9
10
export CODENAME=$(source /etc/os-release && echo "$VERSION_CODENAME")
@@ -48,7 +48,7 @@ function usage()
48
Usage $0 <bootstrap|build [distro]>
49
50
bootstrap - Configure the system with the Docker repository and
51
- install Docker CE and Docker Compose packages.
+ install Docker CE and Docker Compose packages. (Ubuntu only)
52
build [distro] - Build the Docker images for the given distro codename.
53
Builds all distros when no codename provided.
54
0 commit comments