feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
214 changed files with 667 additions and 9633 deletions
Showing only changes of commit fe912db62b - Show all commits

View File

@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends libzip-dev libi
libpng-dev unzip tzdata libxml2-dev \
&& rm -r /var/lib/apt/lists/* \
&& docker-php-ext-install pdo pdo_mysql zip intl gd bcmath dom \
&& pecl install xdebug-3.4.2 \
&& pecl install xdebug-3.4.2 http \
&& docker-php-ext-enable xdebug \
&& echo $TZ > /etc/timezone