FIX: Not needed
This commit is contained in:
@ -6,9 +6,7 @@ ENV TZ=America/Santiago
|
|||||||
# => => # Ign:2 http://deb.debian.org/debian bookworm-updates InRelease
|
# => => # Ign:2 http://deb.debian.org/debian bookworm-updates InRelease
|
||||||
# => => # Ign:3 http://deb.debian.org/debian-security bookworm-security 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 \
|
RUN apt-get update && apt-get install -y --no-install-recommends libzip-dev libicu-dev git \
|
||||||
&& 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 \
|
libpng-dev unzip tzdata libxml2-dev \
|
||||||
&& rm -r /var/lib/apt/lists/* \
|
&& rm -r /var/lib/apt/lists/* \
|
||||||
&& docker-php-ext-install pdo pdo_mysql zip intl gd bcmath dom \
|
&& docker-php-ext-install pdo pdo_mysql zip intl gd bcmath dom \
|
||||||
|
Reference in New Issue
Block a user