mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-22 22:30:05 +01:00
Add pgsql pdo to dockerfile (#242)
* Add pgsql pdo to dockerfile * Address code review
This commit is contained in:
parent
296691beee
commit
7fe9d1a32c
4
Dockerfile
vendored
4
Dockerfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user