This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch fix-github-zk-hadoop
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/fix-github-zk-hadoop by this
push:
new 9715394bf fix yum
9715394bf is described below
commit 9715394bf1075795826a640f5d2626be040bab2b
Author: Dan Wang <[email protected]>
AuthorDate: Mon Sep 30 14:22:12 2024 +0800
fix yum
---
docker/pegasus-build-env/centos7/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/pegasus-build-env/centos7/Dockerfile
b/docker/pegasus-build-env/centos7/Dockerfile
index ece081d93..2fd302707 100644
--- a/docker/pegasus-build-env/centos7/Dockerfile
+++ b/docker/pegasus-build-env/centos7/Dockerfile
@@ -56,7 +56,7 @@ RUN sed -i s/mirror.centos.org/vault.centos.org/g
/etc/yum.repos.d/*.repo && \
krb5-devel \
cyrus-sasl-devel \
patch --exclude=aarch64 && \
- yum -y install ca-certificates && \
+ yum --disablerepo=centos-sclo-rh --disablerepo=centos-sclo-sclo -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]