mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-25 07:42:44 +01:00
Add native support MYSQL8 (#462)
* Add native Support for MYSQL Version 8.x * Adaptation of the documentation for MYSQL 8.x * Backup note added
This commit is contained in:
@@ -32,6 +32,10 @@ FROM php:${PHP_VERSION}-fpm-alpine3.15 as prod
|
||||
|
||||
LABEL maintainer="David Bomba <turbo124@gmail.com>"
|
||||
|
||||
# Adding caching_sha2_password.so
|
||||
# With this we get native support for caching_sha2_password
|
||||
RUN apk add --no-cache mariadb-connector-c
|
||||
|
||||
RUN mv /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini
|
||||
|
||||
# Install PHP extensions
|
||||
|
||||
Reference in New Issue
Block a user