From 2c34387f359f47b1ed2a33c03990625dcc7cc3e4 Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Mon, 27 Jul 2020 16:58:04 +0200 Subject: [PATCH] Added libfplist, libfsapfs, libbde, libqcow, libvhdi and libvmdk to libyal project configuration (#4198) --- projects/libyal/Dockerfile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/projects/libyal/Dockerfile b/projects/libyal/Dockerfile index c691cd34d..c72029cbb 100644 --- a/projects/libyal/Dockerfile +++ b/projects/libyal/Dockerfile @@ -16,8 +16,9 @@ FROM gcr.io/oss-fuzz-base/base-builder -RUN apt-get update && apt-get install -y make autoconf automake autopoint libtool pkg-config +RUN apt-get update && apt-get install -y make autoconf automake autopoint libtool pkg-config flex byacc +RUN git clone --depth 1 https://github.com/libyal/libfplist.git libfplist RUN git clone --depth 1 https://github.com/libyal/libfwnt.git libfwnt RUN git clone --depth 1 https://github.com/libyal/libfwsi.git libfwsi @@ -31,5 +32,13 @@ RUN git clone --depth 1 https://github.com/libyal/libolecf.git libolecf RUN git clone --depth 1 https://github.com/libyal/libregf.git libregf RUN git clone --depth 1 https://github.com/libyal/libscca.git libscca +RUN git clone --depth 1 https://github.com/libyal/libfsapfs.git libfsapfs + +RUN git clone --depth 1 https://github.com/libyal/libfsapfs.git libbde + +RUN git clone --depth 1 https://github.com/libyal/libqcow.git libqcow +RUN git clone --depth 1 https://github.com/libyal/libvhdi.git libvhdi +RUN git clone --depth 1 https://github.com/libyal/libvmdk.git libvmdk + WORKDIR libyal COPY build.sh $SRC/