Skip to content

Commit 5720e43

Browse files
committed
fix: go back to mariadb
1 parent 1075cb3 commit 5720e43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,14 @@ RUN set -eux; \
5050
libzip-dev \
5151
zlib-dev \
5252
libxslt-dev \
53-
postgresql-dev \
5453
; \
5554
\
5655
docker-php-ext-configure gd --with-jpeg; \
5756
docker-php-ext-configure zip; \
5857
docker-php-ext-install -j$(nproc) \
5958
gd \
6059
intl \
61-
pdo_pgsql \
60+
pdo_mysql \
6261
xsl \
6362
zip \
6463
; \

0 commit comments

Comments
 (0)