mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 20:57:40 +00:00
GUACAMOLE-374: Allow log level to be configured easily with "log-level" property.
This commit is contained in:
@@ -76,9 +76,9 @@ RUN rm -rf /opt/guacamole/build.d /opt/guacamole/bin/build-guacamole.sh
|
||||
# For the runtime image, we start with the official Tomcat distribution
|
||||
FROM tomcat:${TOMCAT_VERSION}-${TOMCAT_JRE}
|
||||
|
||||
# Install XMLStarlet for server.xml alterations and unzip for LOGBACK_LEVEL case
|
||||
# Install XMLStarlet for server.xml alterations
|
||||
RUN apt-get update -qq \
|
||||
&& apt-get install -y xmlstarlet unzip\
|
||||
&& apt-get install -y xmlstarlet \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# This is where the build artifacts go in the runtime image
|
||||
|
Reference in New Issue
Block a user