From de47d3d07bbc8ea2605db52be97b61e4dcdfecfa Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Fri, 3 Mar 2017 22:37:29 -0600 Subject: [PATCH] Removed build-essential from Docker version --- docker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-install.sh b/docker-install.sh index 2823219..ebe5f70 100644 --- a/docker-install.sh +++ b/docker-install.sh @@ -8,7 +8,7 @@ read -s -p "Enter the password that will be used for the Guacamole database: " G #Install Stuff apt-get update -apt-get install build-essential docker.io mysql-client wget jq curl +apt-get install docker.io mysql-client wget jq curl # Download the guacamole auth files for MySQL SERVER=$(curl -s 'https://www.apache.org/dyn/closer.cgi?as_json=1' | jq --raw-output '.preferred')