This commit is contained in:
2023-11-25 01:14:28 -03:00
parent 3c983fc6c9
commit ec4b16b2af

View File

@ -1,5 +1,7 @@
FROM php:8.1-fpm FROM php:8.1-fpm
ENV TZ "America/Santiago"
RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/* RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*
RUN pecl install xdebug-3.1.3 \ RUN pecl install xdebug-3.1.3 \