This is an automated email from the ASF dual-hosted git repository.
nicknezis pushed a commit to branch nicknezis/bazel-2
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/nicknezis/bazel-2 by this push:
new 45cd9c0 Adding missing packages
45cd9c0 is described below
commit 45cd9c07e7177b3e58c46ae80e07834f462833b5
Author: Nicholas Nezis <[email protected]>
AuthorDate: Wed Apr 8 02:43:39 2020 -0400
Adding missing packages
---
docker/compile/Dockerfile.debian10 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docker/compile/Dockerfile.debian10
b/docker/compile/Dockerfile.debian10
index d50824c..2731995 100644
--- a/docker/compile/Dockerfile.debian10
+++ b/docker/compile/Dockerfile.debian10
@@ -30,6 +30,8 @@ RUN apt-get update && apt-get -y install \
git \
libtool \
libtool-bin \
+ libcppunit-dev \
+ pkg-config \
python \
python-dev \
software-properties-common \