This is an automated email from the ASF dual-hosted git repository.
nwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/master by this push:
new 923b8b9 Add cppunit-devel for Bazel 3 (#3513)
923b8b9 is described below
commit 923b8b9ef22a31ed73fdc0ad2e004e0eeb407681
Author: choi se <[email protected]>
AuthorDate: Mon Apr 20 01:58:35 2020 +0900
Add cppunit-devel for Bazel 3 (#3513)
* Add cppunit-devel for centos Dockerfile
* Add cppunit-devel for Dockerfile
---
docker/compile/Dockerfile.centos7 | 1 +
docker/compile/Dockerfile.debian9 | 1 +
docker/compile/Dockerfile.ubuntu14.04 | 1 +
docker/compile/Dockerfile.ubuntu16.04 | 1 +
4 files changed, 4 insertions(+)
diff --git a/docker/compile/Dockerfile.centos7
b/docker/compile/Dockerfile.centos7
index 5e3bc49..c117ee9 100644
--- a/docker/compile/Dockerfile.centos7
+++ b/docker/compile/Dockerfile.centos7
@@ -36,6 +36,7 @@ RUN yum -y install \
make \
patch \
python-devel \
+ cppunit-devel \
zip \
unzip \
wget \
diff --git a/docker/compile/Dockerfile.debian9
b/docker/compile/Dockerfile.debian9
index 9572652..fa2b2bc 100644
--- a/docker/compile/Dockerfile.debian9
+++ b/docker/compile/Dockerfile.debian9
@@ -30,6 +30,7 @@ RUN apt-get update && apt-get -y install \
git \
libtool \
libtool-bin \
+ libcppunit-dev \
python-dev \
python3-dev \
software-properties-common \
diff --git a/docker/compile/Dockerfile.ubuntu14.04
b/docker/compile/Dockerfile.ubuntu14.04
index 8ba7bea..922cd89 100644
--- a/docker/compile/Dockerfile.ubuntu14.04
+++ b/docker/compile/Dockerfile.ubuntu14.04
@@ -34,6 +34,7 @@ RUN apt-get update && apt-get -y install \
git \
libtool \
python-dev \
+ libcppunit-dev \
zip \
unzip \
wget \
diff --git a/docker/compile/Dockerfile.ubuntu16.04
b/docker/compile/Dockerfile.ubuntu16.04
index 0befaae..a3a2265 100644
--- a/docker/compile/Dockerfile.ubuntu16.04
+++ b/docker/compile/Dockerfile.ubuntu16.04
@@ -32,6 +32,7 @@ RUN apt-get update && apt-get -y install \
libunwind8 \
libunwind-setjmp0-dev \
python-dev \
+ libcppunit-dev \
tree \
zip \
unzip \