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:18:42 UTC

[incubator-heron] branch master updated: Adding missing pkg-config package to Debian 9 build (#3517)

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

nicknezis 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 78d7145  Adding missing pkg-config package to Debian 9 build (#3517)
78d7145 is described below

commit 78d714542310660d3dcd63344f59859897aed1b8
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Tue Apr 21 05:18:33 2020 -0400

    Adding missing pkg-config package to Debian 9 build (#3517)
---
 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 \