docker-ce

Closes #42
This commit is contained in:
Chase Wright 2018-04-01 10:00:47 -05:00 committed by GitHub
parent 169058d029
commit 7859f231d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}"