GUACAMOLE-1765: Use maven-frontend-plugin instead of jasmine-frontend-plugin to fix docker build.

This commit is contained in:
James Muehlner
2023-04-06 18:44:37 +00:00
parent 8a319eb908
commit a765e34488
6 changed files with 2854 additions and 13 deletions

View File

@@ -30,6 +30,9 @@ ARG TOMCAT_JRE=jdk8
# Use official maven image for the build
FROM maven:3-jdk-8 AS builder
# Install chromium browser for sake of JavaScript unit tests
RUN apt-get update && apt-get install -y chromium
# Use args to build radius auth extension such as
# `--build-arg BUILD_PROFILE=lgpl-extensions`
ARG BUILD_PROFILE