added os update mysqlcluster
This commit is contained in:
@@ -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 /
|
||||
|
||||
Reference in New Issue
Block a user