GUACAMOLE-682: added comment with example to build with RADIUS

Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/2e98f6f8
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/2e98f6f8
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/2e98f6f8

Branch: refs/heads/master
Commit: 2e98f6f8a0153d8a3c9f24c8dbb0658acd085b6d
Parents: 95611f2
Author: Joern Lentes <joern.len...@web.de>
Authored: Fri Dec 21 15:04:28 2018 +0100
Committer: Joern Lentes <joern.len...@web.de>
Committed: Fri Dec 21 15:04:28 2018 +0100

----------------------------------------------------------------------
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/2e98f6f8/Dockerfile
----------------------------------------------------------------------
diff --git a/Dockerfile b/Dockerfile
index 8c12c75..0943dc3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,6 +30,8 @@ ARG TOMCAT_JRE=jre8
 # Use official maven image for the build
 FROM maven:3-jdk-8 AS builder
 
+# Use args to build radius auth extension such as
+# `--build-arg BUILD_PROFILE=lgpl-extensions`
 ARG BUILD_PROFILE
 
 # Build environment variables

Reply via email to