Skip to content

Commit

Permalink
Update projects/matio/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sashashura authored Aug 10, 2023
1 parent e59747f commit 2b4ef06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/matio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool-bin
RUN git clone --depth 1 https://github.com/madler/zlib
RUN git clone --depth 1 git://git.code.sf.net/p/matio/matio matio
RUN git clone --depth 1 https://github.com/HDFGroup/hdf5.git hdf5
RUN git clone --depth 1 --branch hdf5_1_14 https://github.com/HDFGroup/hdf5.git hdf5
WORKDIR matio
COPY build.sh $SRC/

0 comments on commit 2b4ef06

Please sign in to comment.