This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch fix-build-env-centos7-cert
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/fix-build-env-centos7-cert by
this push:
new a72f0614b fix(image): enable verifying certificate for centos7
a72f0614b is described below
commit a72f0614bfc76c512db1faaa9bb59238c4029c8b
Author: Dan Wang <[email protected]>
AuthorDate: Fri Mar 8 17:23:59 2024 +0800
fix(image): enable verifying certificate for centos7
---
docker/pegasus-build-env/centos7/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/docker/pegasus-build-env/centos7/Dockerfile
b/docker/pegasus-build-env/centos7/Dockerfile
index c8f8da664..eb9e2dc28 100644
--- a/docker/pegasus-build-env/centos7/Dockerfile
+++ b/docker/pegasus-build-env/centos7/Dockerfile
@@ -49,6 +49,7 @@ RUN yum -y install centos-release-scl \
krb5-devel \
cyrus-sasl-devel \
patch; \
+ yum -y install ca-certificates; \
yum clean all; \
rm -rf /var/cache/yum;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]