This commit is contained in:
LORENZO\pacio 2025-01-23 14:12:56 +01:00
parent d39a99db1b
commit 749dab35d2

View File

@ -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