From 476eccca53ff2e48ad66e5238af641ff3b0ae519 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Fri, 27 Sep 2024 15:33:18 -0400 Subject: [PATCH] Add mysql --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 350388f15..89fe68c36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN apk update && apk add --no-cache \ libpng-dev libjpeg-turbo-dev freetype-dev libzip-dev icu-dev \ zip unzip curl \ caddy ca-certificates supervisor \ - && docker-php-ext-install bcmath gd intl zip opcache pcntl posix + && docker-php-ext-install bcmath gd intl zip opcache pcntl posix pdo_mysql # Copy the Caddyfile to the container COPY Caddyfile /etc/caddy/Caddyfile