This is an automated email from the ASF dual-hosted git repository.

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new d8a6cde241 [VL] Follow-up fix for PR #7848 to install ccache (#7858)
d8a6cde241 is described below

commit d8a6cde241b02eeb83aa8dfa6bc06fef70127c71
Author: PHILO-HE <[email protected]>
AuthorDate: Fri Nov 8 10:51:05 2024 +0800

    [VL] Follow-up fix for PR #7848 to install ccache (#7858)
---
 dev/docker/Dockerfile.centos7-static-build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/docker/Dockerfile.centos7-static-build 
b/dev/docker/Dockerfile.centos7-static-build
index 5fe3e15684..6de2c73cd7 100644
--- a/dev/docker/Dockerfile.centos7-static-build
+++ b/dev/docker/Dockerfile.centos7-static-build
@@ -3,7 +3,7 @@ FROM centos:7
 RUN sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-* || true
 RUN sed -i -e 
"s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" 
/etc/yum.repos.d/CentOS-* || true
 
-RUN yum install -y centos-release-scl
+RUN yum install -y epel-release centos-release-scl
 RUN rm /etc/yum.repos.d/CentOS-SCLo-scl.repo -f
 RUN sed -i \
        -e 's/^mirrorlist/#mirrorlist/' \
@@ -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 epel-release 
ccache
+RUN yum install -y git patch wget sudo java-1.8.0-openjdk-devel ccache
 
 RUN git clone --depth=1 https://github.com/apache/incubator-gluten /opt/gluten
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to