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 5f0e603 commit fae9dbbCopy full SHA for fae9dbb
scripts/install-docker.sh
@@ -2,7 +2,7 @@
2
set -euo pipefail
3
IFS=$'\n\t'
4
5
-apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine="${DOCKER_VERSION}"
+apt-get -o Dpkg::Options::="--force-confnew" install --force-yes -y docker-engine="${DOCKER_VERSION}"
6
7
curl -L "https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-$(uname -s)-$(uname -m)" > /usr/local/bin/docker-compose
8
chmod +x /usr/local/bin/docker-compose
0 commit comments