Replaced MariaDB library to MySQL 8

This commit is contained in:
Alexey Pustovalov
2020-09-08 07:25:38 -04:00
parent 0eefee60b5
commit 9bc0427ed0
4 changed files with 9 additions and 6 deletions

View File

@ -22,7 +22,7 @@ RUN set -eux && \
dnf -y install epel-release && \
dnf -y install --setopt=install_weak_deps=False --best --setopt=tsflags=nodocs \
curl \
mariadb \
mysql \
nginx \
php-bcmath \
php-fpm \