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 e624dc7e8 [VL][DOC] Fix certificate expired when build on CentOS 7 
(#5576)
e624dc7e8 is described below

commit e624dc7e828832061ab6ffd8c013d6e966f809ac
Author: Mingliang Zhu <[email protected]>
AuthorDate: Tue Apr 30 09:44:11 2024 +0800

    [VL][DOC] Fix certificate expired when build on CentOS 7 (#5576)
---
 docs/developers/docker_centos7.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/developers/docker_centos7.md 
b/docs/developers/docker_centos7.md
index 3f4f58590..6678cc7ab 100644
--- a/docs/developers/docker_centos7.md
+++ b/docs/developers/docker_centos7.md
@@ -25,6 +25,7 @@ yum -y install \
     java-1.8.0-openjdk-devel \
     ninja-build \
     wget \
+    ca-certificates \
     sudo
 
 # gluten need maven version >=3.6.3


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

Reply via email to