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 5d390db44 fix version
5d390db44 is described below
commit 5d390db44433e1a7b22c38252d6877f5cfc7152c
Author: Dan Wang <[email protected]>
AuthorDate: Mon Sep 30 12:13:05 2024 +0800
fix version
---
docker/pegasus-build-env/centos7/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/pegasus-build-env/centos7/Dockerfile
b/docker/pegasus-build-env/centos7/Dockerfile
index c2952dfcb..8e0eb31f2 100644
--- a/docker/pegasus-build-env/centos7/Dockerfile
+++ b/docker/pegasus-build-env/centos7/Dockerfile
@@ -23,8 +23,8 @@ RUN sed -i s/mirror.centos.org/vault.centos.org/g
/etc/yum.repos.d/*.repo && \
sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo && \
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo && \
yum -y install centos-release-scl \
- scl-utils --setopt=basearch=x86_64 \
- epel-release && \
+ scl-utils \
+ epel-release --setopt=basearch=x86_64 && \
sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo && \
sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo && \
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo && \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]