aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libyal
diff options
context:
space:
mode:
authorGravatar Joachim Metz <joachim.metz@gmail.com>2020-07-27 16:58:04 +0200
committerGravatar GitHub <noreply@github.com>2020-07-27 07:58:04 -0700
commit2c34387f359f47b1ed2a33c03990625dcc7cc3e4 (patch)
treebe039235a8df9cdd01ddbc56850075542e604b2c /projects/libyal
parentcf1ce595ba720177c73c441da81181b502d0ec3d (diff)
Added libfplist, libfsapfs, libbde, libqcow, libvhdi and libvmdk to libyal project configuration (#4198)
Diffstat (limited to 'projects/libyal')
-rw-r--r--projects/libyal/Dockerfile11
1 files changed, 10 insertions, 1 deletions
diff --git a/projects/libyal/Dockerfile b/projects/libyal/Dockerfile
index c691cd34..c72029cb 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/