mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-05-01 12:54:39 +02:00
Add MySQL PHP extension for the Docker image to be ready to use MySQL - Complete #193
This commit is contained in:
parent
a46697d49d
commit
d4d1eb5276
4
Dockerfile
vendored
4
Dockerfile
vendored
@ -48,8 +48,8 @@ RUN apk add --update --no-cache \
|
|||||||
php81 \
|
php81 \
|
||||||
# Composer dependencies
|
# Composer dependencies
|
||||||
php81-phar \
|
php81-phar \
|
||||||
# PHP SQLite driver
|
# PHP SQLite & MySQL/MariaDB drivers
|
||||||
php81-pdo_sqlite php81-sqlite3 \
|
php81-pdo_sqlite php81-sqlite3 php81-pdo_mysql \
|
||||||
# PHP extensions
|
# PHP extensions
|
||||||
php81-xml php81-gd php81-mbstring php81-tokenizer php81-fileinfo php81-bcmath php81-ctype php81-dom \
|
php81-xml php81-gd php81-mbstring php81-tokenizer php81-fileinfo php81-bcmath php81-ctype php81-dom \
|
||||||
# Runtime dependencies
|
# Runtime dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user