[proj4] build requires pkg-config (#2156)

This commit is contained in:
Even Rouault 2019-02-10 19:29:10 +01:00 committed by jonathanmetzman
parent 0beabd6fc7
commit fe265a46b0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER even.rouault@spatialys.com
RUN apt-get update && apt-get install -y make autoconf automake libtool g++ sqlite3 libsqlite3-dev
RUN apt-get update && apt-get install -y make autoconf automake libtool g++ sqlite3 libsqlite3-dev pkg-config
RUN git clone --depth 1 https://github.com/OSGeo/proj.4 proj.4
WORKDIR proj.4
COPY build.sh $SRC/