From 2e98f6f8a0153d8a3c9f24c8dbb0658acd085b6d Mon Sep 17 00:00:00 2001 From: Joern Lentes Date: Fri, 21 Dec 2018 15:04:28 +0100 Subject: [PATCH] GUACAMOLE-682: added comment with example to build with RADIUS --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8c12c750b..0943dc3bc 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