mirror of https://github.com/google/oss-fuzz.git
netcdf: fix build (#9579)
This commit is contained in:
parent
26d7840b77
commit
ec2f6914b5
|
@ -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 zlib1g-dev
|
RUN apt-get update && apt-get install -y cmake m4 zlib1g-dev libcurlpp-dev libcurl4-openssl-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