From fe912db62bd5fd0837a5d198f4f84fb8f074c5a7 Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Tue, 10 Jun 2025 18:20:05 -0400 Subject: [PATCH] Add ext-http --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 021a147..f2de926 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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