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

This commit is contained in:
Joern Lentes
2018-12-21 15:04:28 +01:00
parent 95611f2d93
commit 2e98f6f8a0

View File

@@ -30,6 +30,8 @@ ARG TOMCAT_JRE=jre8
# Use official maven image for the build # Use official maven image for the build
FROM maven:3-jdk-8 AS builder 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 ARG BUILD_PROFILE
# Build environment variables # Build environment variables