Skip to content

Commit 4fe814e

Browse files
committed
fix(package_php): pkg-config is a dependency
1 parent 14649eb commit 4fe814e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

support/package_php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ if [ -n "$DEBUG" ]; then
66
set -x
77
fi
88

9+
which pkg-config 2> /dev/null || (apt-get update && apt-get install --yes pkg-config)
10+
911
basedir="$( cd -P "$( dirname "$0" )" && pwd )"
1012
source "$basedir/../conf/buildpack.conf"
1113
source "$basedir/lib/utils"

0 commit comments

Comments
 (0)