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

nicknezis pushed a commit to branch nicknezis/debian9-fix
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 2c99736a4843ccc04d1701b8340ee456eae1cbae
Author: Nicholas Nezis <[email protected]>
AuthorDate: Tue Apr 21 05:05:57 2020 -0400

    Adding missing pkg-config package
---
 docker/compile/Dockerfile.debian9 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/compile/Dockerfile.debian9 
b/docker/compile/Dockerfile.debian9
index fa2b2bc..f5e7b11 100644
--- a/docker/compile/Dockerfile.debian9
+++ b/docker/compile/Dockerfile.debian9
@@ -31,6 +31,7 @@ RUN apt-get update && apt-get -y install \
       libtool \
       libtool-bin \
       libcppunit-dev \
+      pkg-config \
       python-dev \
       python3-dev \
       software-properties-common \

Reply via email to