You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2019/06/13 08:04:47 UTC

[pulsar] branch master updated: [issue:1964] fix build error of apachepulsar/pulsar-build:centos-7 (#4518)

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

zhaijia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 150961e  [issue:1964] fix build error of apachepulsar/pulsar-build:centos-7 (#4518)
150961e is described below

commit 150961e28bd5ac540d25caf8b8e9e24109e2fb64
Author: 冉小龙 <ra...@gmail.com>
AuthorDate: Thu Jun 13 16:04:40 2019 +0800

    [issue:1964] fix build error of apachepulsar/pulsar-build:centos-7 (#4518)
    
    add related dependencies `libstdc++` in docker file
---
 pulsar-client-cpp/pkg/rpm/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar-client-cpp/pkg/rpm/Dockerfile b/pulsar-client-cpp/pkg/rpm/Dockerfile
index 5cd165e..94a95b9 100644
--- a/pulsar-client-cpp/pkg/rpm/Dockerfile
+++ b/pulsar-client-cpp/pkg/rpm/Dockerfile
@@ -23,7 +23,7 @@ FROM centos:7
 
 RUN yum update -y && \
     yum install -y gcc-c++ make cmake git rpm-build \
-                python-devel createrepo
+                python-devel createrepo libstdc++-static.x86_64
 
 # Download and compile boost
 RUN curl -O -L https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.tar.gz && \