mirror of
https://github.com/MysticRyuujin/guac-install.git
synced 2023-10-10 13:36:56 +02:00
Removed build-essential from Docker version
This commit is contained in:
parent
70ece90f98
commit
de47d3d07b
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user