From 4724659cecdb84ae78689de878f26ddc6f550b62 Mon Sep 17 00:00:00 2001 From: PHILO-HE Date: Thu, 7 Nov 2024 18:04:11 +0800 Subject: [PATCH] Initial --- dev/docker/Dockerfile.centos7-static-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/docker/Dockerfile.centos7-static-build b/dev/docker/Dockerfile.centos7-static-build index a0da8bda5b47..5fe3e15684e8 100644 --- a/dev/docker/Dockerfile.centos7-static-build +++ b/dev/docker/Dockerfile.centos7-static-build @@ -11,7 +11,7 @@ RUN sed -i \ -e 's/mirror\.centos\.org/vault.centos.org/' \ /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo -RUN yum install -y git patch wget sudo java-1.8.0-openjdk-devel ccache +RUN yum install -y git patch wget sudo java-1.8.0-openjdk-devel epel-release ccache RUN git clone --depth=1 https://github.com/apache/incubator-gluten /opt/gluten