From f12147c7be1c4a9a44a665f41f9c074067b5610b Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Tue, 4 Jan 2022 15:33:03 +0100 Subject: [PATCH] Added OSS-Fuzz targets and code clean up (#7088) --- projects/libyal/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/libyal/Dockerfile b/projects/libyal/Dockerfile index 3a2f067b4..1676968ac 100644 --- a/projects/libyal/Dockerfile +++ b/projects/libyal/Dockerfile @@ -41,6 +41,8 @@ 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 +RUN git clone --depth 1 https://github.com/libyal/libwrc.git libwrc + RUN git clone --depth 1 https://github.com/libyal/libfsapfs.git libfsapfs RUN git clone --depth 1 https://github.com/libyal/libfsext.git libfsext RUN git clone --depth 1 https://github.com/libyal/libfshfs.git libfshfs