added os update mysqlcluster

This commit is contained in:
2021-04-01 01:44:19 +02:00
parent 3de3317a50
commit fee54d9bcc

View File

@@ -1,5 +1,5 @@
FROM centos:7
RUN yum install -y \
RUN yum update -y && yum install -y \
https://dev.mysql.com/get/Downloads/MySQL-Cluster-8.0/mysql-cluster-community-server-minimal-8.0.23-1.el7.x86_64.rpm \
&& yum clean all
COPY docker-entrypoint.sh /