diff --git a/tomcat/Dockerfile b/tomcat/Dockerfile index ab949b9..8261795 100644 --- a/tomcat/Dockerfile +++ b/tomcat/Dockerfile @@ -16,7 +16,7 @@ RUN groupadd -g ${GROUP_ID} ${GROUPNAME} && useradd --no-log-init -u ${USER_ID} # Install necessary packages, including ping, telnet, openssl, and CA certificates, and clean up RUN apt-get update && apt-get install -y iputils-ping inetutils-telnet openssl ca-certificates # SOLO SE RICHIESTO PER infinity dms converter -#RUN apt-get install #libreoffice +#RUN apt-get install libreoffice RUN apt-get clean && rm -rf /var/lib/apt/lists/* # CONFIG