From 7859f231d32c184ce1d355319fb27334cc17f718 Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Sun, 1 Apr 2018 10:00:47 -0500 Subject: [PATCH] docker-ce Closes #42 --- docker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-install.sh b/docker-install.sh index 13e9841..445c382 100644 --- a/docker-install.sh +++ b/docker-install.sh @@ -50,7 +50,7 @@ fi #Install Stuff apt-get update -apt-get -y install docker.io mysql-client wget +apt-get -y install docker-ce mysql-client wget # Set SERVER to be the preferred download server from the Apache CDN SERVER="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${GUACVERSION}"