Add MySQL PHP extension for the Docker image to be ready to use MySQL - Complete #193

This commit is contained in:
Bubka 2023-06-03 18:10:09 +02:00
parent a46697d49d
commit d4d1eb5276

4
Dockerfile vendored
View File

@ -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