fix: fix postgresql support (#100)

Fix #81
This commit is contained in:
David Peng
2025-07-10 08:11:25 +08:00
committed by GitHub
parent f78c521dc4
commit 487322abb5
+1 -1
View File
@@ -62,7 +62,7 @@ RUN apk add --no-cache \
bash \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install -j$(nproc) \
gd pgsql zip pdo_mysql mysqli intl
gd pgsql zip pdo_mysql pdo_pgsql mysqli intl
# Remove default nginx config
RUN rm -rf /var/www/html \