From a6b81f1bff9c14a20572f8499f26ebf1e9541086 Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Tue, 6 May 2025 09:15:46 -0400 Subject: [PATCH] FIX: Not needed --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7e73cc0..c4ef62c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,7 @@ ENV TZ=America/Santiago # => => # Ign:2 http://deb.debian.org/debian bookworm-updates InRelease # => => # 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 \ - && apt-get update && apt-get install -y --no-install-recommends libzip-dev libicu-dev git \ +RUN 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/* \ && docker-php-ext-install pdo pdo_mysql zip intl gd bcmath dom \