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 69904b795 fix version
69904b795 is described below
commit 69904b795b342171d2d7520e7e45a4622524cbff
Author: Dan Wang <[email protected]>
AuthorDate: Mon Sep 30 12:24:41 2024 +0800
fix version
---
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 39bfac801..171bf68d0 100644
--- a/docker/pegasus-build-env/centos7/Dockerfile
+++ b/docker/pegasus-build-env/centos7/Dockerfile
@@ -54,7 +54,7 @@ RUN sed -i s/mirror.centos.org/vault.centos.org/g
/etc/yum.repos.d/*.repo && \
flex \
krb5-devel \
cyrus-sasl-devel \
- patch && \
+ patch --setopt=basearch=x86_64 --disablerepo=*aarch64* && \
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]