FIX: echo append

This commit is contained in:
Juan Pablo Vial
2025-05-05 19:33:46 -04:00
parent 6591e9f80e
commit 4239bafc26

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/* \