Install pkg-config in Debian/Ubuntu containers

It is needed to proper detect the grcc full path
This commit is contained in:
Vasil Velichkov 2018-02-21 05:57:31 +02:00 committed by Piotr Krysik
parent b479fb4457
commit 3f6ab15a7a
3 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \
cmake \
autoconf \
libtool \
pkg-config \
build-essential \
python-docutils \
libcppunit-dev \

View File

@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \
cmake \
autoconf \
libtool \
pkg-config \
build-essential \
python-docutils \
libcppunit-dev \

View File

@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \
cmake \
autoconf \
libtool \
pkg-config \
build-essential \
python-docutils \
libcppunit-dev \