mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-1614: Include chromium-driver in Docker build for sake of JS unit tests.
This commit is contained in:
@@ -30,6 +30,9 @@ ARG TOMCAT_JRE=jdk8
|
|||||||
# 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
|
||||||
|
|
||||||
|
# Install chromium-driver for sake of JavaScript unit tests
|
||||||
|
RUN apt-get update && apt-get install -y chromium-driver
|
||||||
|
|
||||||
# Use args to build radius auth extension such as
|
# Use args to build radius auth extension such as
|
||||||
# `--build-arg BUILD_PROFILE=lgpl-extensions`
|
# `--build-arg BUILD_PROFILE=lgpl-extensions`
|
||||||
ARG BUILD_PROFILE
|
ARG BUILD_PROFILE
|
||||||
|
Reference in New Issue
Block a user