mirror of https://github.com/google/oss-fuzz.git
[proj4] build requires pkg-config (#2156)
This commit is contained in:
parent
0beabd6fc7
commit
fe265a46b0
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue