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 15f7346b43 [VL] Follow-up fix for gcc upgrade PR (#7667)
15f7346b43 is described below

commit 15f7346b436d2e47e0d295d0fab68e4ddfd0f014
Author: PHILO-HE <[email protected]>
AuthorDate: Thu Oct 24 14:05:54 2024 +0800

    [VL] Follow-up fix for gcc upgrade PR (#7667)
---
 dev/docker/Dockerfile.centos8-dynamic-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/docker/Dockerfile.centos8-dynamic-build 
b/dev/docker/Dockerfile.centos8-dynamic-build
index 1c85ccaf83..655a44c5ea 100644
--- a/dev/docker/Dockerfile.centos8-dynamic-build
+++ b/dev/docker/Dockerfile.centos8-dynamic-build
@@ -3,7 +3,7 @@ FROM centos:8
 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 update -y && yum install -y epel-release sudo dnf ccache
+RUN yum update -y && yum install -y epel-release sudo dnf && yum install -y 
ccache
 RUN dnf install -y --setopt=install_weak_deps=False gcc-toolset-11
 RUN echo "check_certificate = off" >> ~/.wgetrc
 


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

Reply via email to