diff --git a/Dockerfile b/Dockerfile index 2e12404b67c9..cd7c0da86bcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ COPY ./tests/setup/docker_entrypoint.sh / RUN rm /var/www/html/.user.ini RUN rm /var/www/html/public_html/.user.ini -RUN service mysql start; \ +RUN service mariadb start; \ mysql -uroot mysql; \ mysqladmin password "$DB_ROOT_PASS"; \ #echo "ALTER USER 'root'@'localhost' IDENTIFIED BY '$DB_ROOT_PASS';" | mysql --user=root; \