aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/matio/Dockerfile
diff options
context:
space:
mode:
authorGravatar tbeu <tbeu@users.noreply.github.com>2019-09-04 16:45:26 +0200
committerGravatar Abhishek Arya <inferno@chromium.org>2019-09-04 07:45:26 -0700
commitd2aad464b70ebb37315a8748edbefc9f027d8693 (patch)
tree4f49aecfc5b7f506105a3b677683fa5d5bb7238c /projects/matio/Dockerfile
parented5f4a337a1da84d52f86bcee133530302eabf15 (diff)
Build with hdf5 and zlib support (#2794)
Diffstat (limited to 'projects/matio/Dockerfile')
-rw-r--r--projects/matio/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/projects/matio/Dockerfile b/projects/matio/Dockerfile
index cc727f55..6f108993 100644
--- a/projects/matio/Dockerfile
+++ b/projects/matio/Dockerfile
@@ -16,8 +16,10 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER t-beu@users.sourceforge.net
-RUN apt-get update && apt-get install -y make autoconf automake libtool
+RUN apt-get update && apt-get install -y make autoconf automake libtool libhdf5-dev zlib1g-dev
+ENV HDF5_DIR /usr/lib/x86_64-linux-gnu/hdf5/serial
RUN git clone --depth 1 git://git.code.sf.net/p/matio/matio matio
WORKDIR matio
+ADD https://support.hdfgroup.org/ftp/lib-external/szip/2.1.1/src/szip-2.1.1.tar.gz szip.tar.gz
COPY build.sh $SRC/
COPY *.cc *.h $SRC/