aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Metz <joachim.metz@gmail.com>2021-03-28 18:49:24 +0200
committerGitHub <noreply@github.com>2021-03-28 09:49:24 -0700
commit62e5a2ee9d6b69e73a636b5faed94ba081ff47a4 (patch)
tree49cbb48084f201855e74c3705d529a5897bf425a
parent0c95cf2c940b880949f23e6e2460954fedbe5d61 (diff)
downloadoss-fuzz-62e5a2ee9d6b69e73a636b5faed94ba081ff47a4.tar.gz
Added libpff and libmodi to libyal project configuration (#5520)
-rw-r--r--projects/libyal/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/projects/libyal/Dockerfile b/projects/libyal/Dockerfile
index 9338fdcd9..c255806e9 100644
--- a/projects/libyal/Dockerfile
+++ b/projects/libyal/Dockerfile
@@ -36,6 +36,7 @@ RUN git clone --depth 1 https://github.com/libyal/libmdmp.git libmdmp
RUN git clone --depth 1 https://github.com/libyal/libmsiecf.git libmsiecf
RUN git clone --depth 1 https://github.com/libyal/libnk2.git libnk2
RUN git clone --depth 1 https://github.com/libyal/libolecf.git libolecf
+RUN git clone --depth 1 https://github.com/libyal/libpff.git libpff
RUN git clone --depth 1 https://github.com/libyal/libregf.git libregf
RUN git clone --depth 1 https://github.com/libyal/libscca.git libscca
@@ -52,8 +53,9 @@ RUN git clone --depth 1 https://github.com/libyal/libvslvm.git libvslvm
RUN git clone --depth 1 https://github.com/libyal/libvsmbr.git libvsmbr
RUN git clone --depth 1 https://github.com/libyal/libewf.git libewf
-RUN git clone --depth 1 https://github.com/libyal/libsmraw.git libsmraw
+RUN git clone --depth 1 https://github.com/libyal/libmodi.git libmodi
RUN git clone --depth 1 https://github.com/libyal/libqcow.git libqcow
+RUN git clone --depth 1 https://github.com/libyal/libsmraw.git libsmraw
RUN git clone --depth 1 https://github.com/libyal/libvhdi.git libvhdi
RUN git clone --depth 1 https://github.com/libyal/libvmdk.git libvmdk