Replaced MariaDB library to MySQL 8

This commit is contained in:
Alexey Pustovalov
2020-09-07 19:40:45 -04:00
parent 295c9c2fbf
commit 31f8d10a56
4 changed files with 10 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 \