Add ext-http

This commit is contained in:
Juan Pablo Vial
2025-06-10 18:20:05 -04:00
parent da90160a2a
commit fe912db62b

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 \ 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 \
&& pecl install xdebug-3.4.2 \ && pecl install xdebug-3.4.2 http \
&& docker-php-ext-enable xdebug \ && docker-php-ext-enable xdebug \
&& echo $TZ > /etc/timezone && echo $TZ > /etc/timezone