Skip to content

Commit 2d87e32

Browse files
committed
Fix Docker package name
1 parent 903c95b commit 2d87e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33
IFS=$'\n\t'
44

5-
apt-get install --force-yes -y docker-engine
5+
apt-get install --force-yes -y docker-ce
66

77
curl -L "https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-$(uname -s)-$(uname -m)" > /usr/local/bin/docker-compose
88
chmod +x /usr/local/bin/docker-compose

0 commit comments

Comments
 (0)