mirror of https://github.com/google/oss-fuzz.git
Netcdf: adds zlib dependency (#6421)
This commit is contained in:
parent
a2be91d3f1
commit
a517dca167
|
@ -15,7 +15,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
FROM gcr.io/oss-fuzz-base/base-builder
|
FROM gcr.io/oss-fuzz-base/base-builder
|
||||||
RUN apt-get update && apt-get install -y cmake m4
|
RUN apt-get update && apt-get install -y cmake m4 zlib1g-dev
|
||||||
RUN git clone --depth 1 https://github.com/Unidata/netcdf-c
|
RUN git clone --depth 1 https://github.com/Unidata/netcdf-c
|
||||||
COPY build.sh $SRC
|
COPY build.sh $SRC
|
||||||
WORKDIR $SRC/netcdf-c
|
WORKDIR $SRC/netcdf-c
|
||||||
|
|
Loading…
Reference in New Issue