mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1418: Merge add support of SQLServer JDBC plugin to Docker build
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user