From 58f51dd85e37da7200e59f7716b95cd464a327dd Mon Sep 17 00:00:00 2001 From: joddyabott Date: Tue, 12 Aug 2025 15:48:19 +0330 Subject: [PATCH] change some thing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 763b3f1..f3c4890 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apk update && apk add --no-cache \ libzip-dev \ libpq-dev \ && docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp \ - && docker-php-ext-install pdo_pgsql gd zip + && docker-php-ext-install pdo_pgsql pdo_mysql gd zip # Set the working directory WORKDIR /var/www/laravel