netcdf: fix build (#9579)

This commit is contained in:
DavidKorczynski 2023-02-04 16:48:34 +00:00 committed by GitHub
parent 26d7840b77
commit ec2f6914b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
################################################################################
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
COPY build.sh $SRC
WORKDIR $SRC/netcdf-c