mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-23 13:51:13 +01: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 \
|
||||
# Composer dependencies
|
||||
php81-phar \
|
||||
# PHP SQLite driver
|
||||
php81-pdo_sqlite php81-sqlite3 \
|
||||
# PHP SQLite & MySQL/MariaDB drivers
|
||||
php81-pdo_sqlite php81-sqlite3 php81-pdo_mysql \
|
||||
# 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