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
commit 02a38c0349dea55d33cfc4ad5bcd893f16594800 Author: Nicholas Nezis <[email protected]> AuthorDate: Sat Apr 4 21:16:31 2020 -0400 Adding missing packages --- docker/compile/Dockerfile.ubuntu18.04 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/compile/Dockerfile.ubuntu18.04 b/docker/compile/Dockerfile.ubuntu18.04 index bac758f..c55a069 100644 --- a/docker/compile/Dockerfile.ubuntu18.04 +++ b/docker/compile/Dockerfile.ubuntu18.04 @@ -27,9 +27,10 @@ RUN apt-get update && apt-get -y install \ automake \ libtool-bin \ libunwind8 \ + libcppunit-dev \ patch \ python-dev \ - python3-dev \ + pkg-config \ wget \ zip \ virtualenv \
