You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by ji...@apache.org on 2022/07/01 10:25:09 UTC

[incubator-pegasus] branch ci-test updated: fix

This is an automated email from the ASF dual-hosted git repository.

jiashuo pushed a commit to branch ci-test
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/ci-test by this push:
     new 8012d0669 fix
8012d0669 is described below

commit 8012d0669eb8d8edb0ce09db6a69f31b03d12d57
Author: jiashuo <js...@live.com>
AuthorDate: Fri Jul 1 18:25:01 2022 +0800

    fix
---
 docker/pegasus-build-env/centos6/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker/pegasus-build-env/centos6/Dockerfile b/docker/pegasus-build-env/centos6/Dockerfile
index ab1854414..cdb051ea6 100644
--- a/docker/pegasus-build-env/centos6/Dockerfile
+++ b/docker/pegasus-build-env/centos6/Dockerfile
@@ -26,6 +26,8 @@ RUN curl https://www.getpagespeed.com/files/centos6-scl-eol.repo --output /etc/y
 RUN curl https://www.getpagespeed.com/files/centos6-scl-rh-eol.repo --output /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo
 
 # diable gpgcheck, otherwise the repo check will be failed.
+RUN sed -i s/"gpgcheck=1"/"gpgcheck=0"/g  /etc/yum.repos.d/CentOS-Base.repo
+RUN sed -i s/"gpgcheck=1"/"gpgcheck=0"/g /etc/yum.repos.d/epel.repo
 RUN sed -i s/"gpgcheck=1"/"gpgcheck=0"/g /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo
 RUN sed -i s/"gpgcheck=1"/"gpgcheck=0"/g /etc/yum.repos.d/CentOS-SCLo-scl.repo
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org