feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
308 changed files with 716 additions and 12261 deletions
Showing only changes of commit 4239bafc26 - Show all commits

View File

@ -7,7 +7,7 @@ ENV TZ=America/Santiago
# => => # Ign:3 http://deb.debian.org/debian-security bookworm-security InRelease
RUN echo "deb http://ftp.debian.org/debian/ bookwork InRelease" > /etc/apt/sources.list.d/ftp.debian.list \
&& echo "deb http://ftp.debian.org/debian/ bookworm-updates InRelease" > /etc/apt/sources.list.d/ftp.debian.list \
&& echo "deb http://ftp.debian.org/debian/ bookworm-updates InRelease" >> /etc/apt/sources.list.d/ftp.debian.list \
&& apt-get update && apt-get install -y --no-install-recommends libzip-dev libicu-dev git \
libpng-dev unzip tzdata libxml2-dev \
&& rm -r /var/lib/apt/lists/* \