Docker image

This commit is contained in:
Juan Pablo Vial
2025-05-06 09:37:23 -04:00
parent a6b81f1bff
commit 0587b64d65
3 changed files with 1 additions and 4 deletions

View File

@ -2,10 +2,6 @@ FROM php:8.4-fpm
ENV TZ=America/Santiago
# http://deb.debian.org/debian bookworm InRelease
# => => # Ign:2 http://deb.debian.org/debian bookworm-updates InRelease
# => => # Ign:3 http://deb.debian.org/debian-security bookworm-security InRelease
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/* \