From 70ece90f98ad63b69304fe3650c9de8a71fb218c Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Fri, 3 Mar 2017 22:34:01 -0600 Subject: [PATCH] added apt-get update and build-essential --- docker-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-install.sh b/docker-install.sh index bf4eaa0..2823219 100644 --- a/docker-install.sh +++ b/docker-install.sh @@ -7,7 +7,8 @@ read -s -p "Enter the password that will be used for MySQL Root: " MYSQLROOTPASS read -s -p "Enter the password that will be used for the Guacamole database: " GUACDBUSERPASSWORD #Install Stuff -apt-get install docker.io mysql-client wget jq curl +apt-get update +apt-get install build-essential 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')