You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2020/04/21 09:06:29 UTC

[incubator-heron] 01/01: Adding missing pkg-config package

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 <ni...@gmail.com>
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 \