This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/main by this push: new 165b7a1dc4 KYLIN-5185, fix build docker with mysql 165b7a1dc4 is described below commit 165b7a1dc4552ea8a467e2cbbb1593ddcb2b8739 Author: Mukvin <boyboys...@163.com> AuthorDate: Fri May 20 14:12:08 2022 +0800 KYLIN-5185, fix build docker with mysql --- docker/dockerfile/standalone/Dockerfile_hadoop | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/dockerfile/standalone/Dockerfile_hadoop b/docker/dockerfile/standalone/Dockerfile_hadoop index 2e51bf9965..72ed6c1dcf 100644 --- a/docker/dockerfile/standalone/Dockerfile_hadoop +++ b/docker/dockerfile/standalone/Dockerfile_hadoop @@ -45,6 +45,7 @@ RUN yum -y install lsof.x86_64 wget.x86_64 tar.x86_64 git.x86_64 which.x86_64 ne #install mysql RUN wget https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm \ + && rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022 \ && rpm -Uvh mysql80-community-release-el7-3.noarch.rpm \ && yum-config-manager --disable mysql80-community \ && yum-config-manager --enable mysql57-community \