diff --git a/scripts/dist/install-docker.sh b/scripts/dist/install-docker.sh index e2675d76c..9a3ec7957 100755 --- a/scripts/dist/install-docker.sh +++ b/scripts/dist/install-docker.sh @@ -20,7 +20,7 @@ echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker. # Install Docker with Compose Plugin. sudo apt-get update -sudo apt-get -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin aufs-tools cgroupfs-mount +sudo apt-get -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin cgroupfs-mount # Verify installation works. sudo docker run hello-world \ No newline at end of file