Add pgsql pdo to dockerfile (#242)

* Add pgsql pdo to dockerfile

* Address code review
This commit is contained in:
Stavros Kois 2023-11-21 14:02:38 +02:00 committed by GitHub
parent 296691beee
commit 7fe9d1a32c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Dockerfile vendored
View File

@ -48,8 +48,8 @@ RUN apk add --update --no-cache \
php81 \
# Composer dependencies
php81-phar \
# PHP SQLite & MySQL/MariaDB drivers
php81-pdo_sqlite php81-sqlite3 php81-pdo_mysql \
# PHP SQLite, MySQL/MariaDB & Postgres drivers
php81-pdo_sqlite php81-sqlite3 php81-pdo_mysql php81-pdo_pgsql php81-pgsql \
# PHP extensions
php81-xml php81-gd php81-mbstring php81-tokenizer php81-fileinfo php81-bcmath php81-ctype php81-dom \
# Runtime dependencies