mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1628: Docker image of guacamole client is missing unzip
This commit is contained in:
committed by
Mike Jumper
parent
116edebf36
commit
f3c25f6e62
@@ -55,9 +55,9 @@ RUN /opt/guacamole/bin/build-guacamole.sh "$BUILD_DIR" /opt/guacamole
|
|||||||
# For the runtime image, we start with the official Tomcat distribution
|
# For the runtime image, we start with the official Tomcat distribution
|
||||||
FROM tomcat:${TOMCAT_VERSION}-${TOMCAT_JRE}
|
FROM tomcat:${TOMCAT_VERSION}-${TOMCAT_JRE}
|
||||||
|
|
||||||
# Install XMLStarlet for server.xml alterations
|
# Install XMLStarlet for server.xml alterations and unzip for LOGBACK_LEVEL case
|
||||||
RUN apt-get update -qq \
|
RUN apt-get update -qq \
|
||||||
&& apt-get install -y xmlstarlet \
|
&& apt-get install -y xmlstarlet unzip\
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# This is where the build artifacts go in the runtime image
|
# This is where the build artifacts go in the runtime image
|
||||||
|
Reference in New Issue
Block a user