mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1005: Cleanup apt cache after package installation
This commit is contained in:
@@ -51,7 +51,9 @@ RUN /opt/guacamole/bin/build-guacamole.sh "$BUILD_DIR" /opt/guacamole "$BUILD_PR
|
|||||||
FROM tomcat:${TOMCAT_VERSION}-${TOMCAT_JRE}
|
FROM tomcat:${TOMCAT_VERSION}-${TOMCAT_JRE}
|
||||||
|
|
||||||
# Install XMLStarlet for server.xml alterations
|
# Install XMLStarlet for server.xml alterations
|
||||||
RUN apt-get update -qq && apt-get install -y xmlstarlet
|
RUN apt-get update -qq \
|
||||||
|
&& apt-get install -y xmlstarlet \
|
||||||
|
&& 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
|
||||||
WORKDIR /opt/guacamole
|
WORKDIR /opt/guacamole
|
||||||
|
Reference in New Issue
Block a user