docker-php-nginx
docker-php-nginx copied to clipboard
Update Dockerfile
Added a few modules to make the image directly compatible with PDO DB Access. (Pretty common in PHP). Should not increase the size that much,.
apk add php83-pdo apk add php83-pdo_sqlite apk add php83-pdo_mysql