Netcdf: adds zlib dependency (#6421)

This commit is contained in:
Catena cyber 2021-09-10 16:29:49 +02:00 committed by GitHub
parent a2be91d3f1
commit a517dca167
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
RUN apt-get update && apt-get install -y cmake m4 zlib1g-dev
RUN git clone --depth 1 https://github.com/Unidata/netcdf-c
COPY build.sh $SRC
WORKDIR $SRC/netcdf-c