From 4ebfe541a00cb4af44fe6859a1efb73fef31b860 Mon Sep 17 00:00:00 2001 From: Giacomo Longo Date: Sat, 12 Jun 2021 12:10:04 +0200 Subject: [PATCH] GUACAMOLE-1005: Rectify misleading description --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be6060375..781e55c2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,7 @@ RUN /opt/guacamole/bin/build-guacamole.sh "$BUILD_DIR" /opt/guacamole "$BUILD_PR # For the runtime image, we start with the official Tomcat distribution FROM tomcat:${TOMCAT_VERSION}-${TOMCAT_JRE} -# Install XMLStarlet for server.conf alterations +# Install XMLStarlet for server.xml alterations RUN apt-get update -qq && apt-get install -y xmlstarlet # This is where the build artifacts go in the runtime image