Alex 2023-08-17 23:51:53 +02:00 committed by GitHub
parent 6999f9c848
commit 598aa5dbb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool
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 https://github.com/tbeu/matio.git matio
ADD https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.1/src/hdf5-1.12.1.tar.gz hdf5-1.12.1.tar.gz
RUN git clone --depth 1 --branch hdf5_1_14 https://github.com/HDFGroup/hdf5.git hdf5
WORKDIR matio
COPY build.sh $SRC/