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 e204dc5f06 [VL] Fix ccache installation in docker (#7848)
e204dc5f06 is described below

commit e204dc5f06eef147d88b5ae6e8532b3902b19153
Author: PHILO-HE <[email protected]>
AuthorDate: Thu Nov 7 20:38:58 2024 +0800

    [VL] Fix ccache installation in docker (#7848)
---
 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 a0da8bda5b..5fe3e15684 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
 


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

Reply via email to