Skip to content

Commit

Permalink
Netcdf: adds zlib dependency (google#6421)
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber authored Sep 10, 2021
1 parent a2be91d commit a517dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/netcdf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a517dca

Please sign in to comment.