GUACAMOLE-1418: Merge add support of SQLServer JDBC plugin to Docker build

This commit is contained in:
Virtually Nick
2021-12-26 08:37:32 -07:00
committed by GitHub
4 changed files with 249 additions and 11 deletions

View File

@@ -121,6 +121,20 @@ tar -xzf extensions/guacamole-auth-sso/modules/guacamole-auth-sso-dist/target/*.
--strip-components=1 \
"*.jar"
#
# Download SQL Server JDBC driver
#
echo "Downloading SQL Server JDBC driver ..."
curl -L "https://go.microsoft.com/fwlink/?linkid=2183223&clcid=0x409" | \
tar -xz \
-C "$DESTINATION/sqlserver/" \
--wildcards \
--no-anchored \
--no-wildcards-match-slash \
--strip-components=2 \
"mssql-jdbc-*.jre8.jar"
#
# Copy LDAP auth extension and schema modifications
#